Package soovee_app :: Package conf :: Module common
[frames] | no frames]

Module common

SooVee Serial Audio Manger - Common transforms for serial audio feeds. These are attributes common to all serial audio feed services.


Requires: re

Functions
    Common lambda expressions
 
TOMB(x)
 
TOKB(x)
 
GETIMAGES(d)
src="(.*?)"
 
GETLINKS(d)
href="(.*?)"
Variables
  __package__ = 'soovee_app.conf'
    Common regular expressions
  DELSPACES = re.compile(r'[^\w]')
  LASTTWO = re.compile(r'(.*)/(.*)$')
  DELHTML = re.compile(r'<.*?>')

Imports: re