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

Module podiobooks

SooVee Serial Audio Manger - Podiobooks transforms for serial audio feeds. These are unique attributes for Podiobooks serial audio feed service.


Requires:
Functions
    Service lambda expressions
 
TORSS(t)
%s.rss
 
TOHTM(t)
%s.html
 
MKAUTH(u, p)
handle
Variables
  __package__ = 'soovee_app.conf'
    Service file name minus '.py'
  SERVICE = 'podiobooks'
    Service attributes
  SITENAME = 'Podiobooks.com'
  SITEURI = 'http://www.podiobooks.com'
  OPMLURI = 'http://www.podiobooks.com/opml/subscriptions/%s/lis...
  LOGINURI = 'http://www.podiobooks.com/login.php'
  QUERYURI = 'http://www.podiobooks.com/account/subscriptions.ph...
  QUERYNAME = {'add': 'addsubID', 'all': 'forceall', 'del': 'uns...
    Service regular expressions
  PRETITLE = re.compile(r'^Podiobooks.com: ')
  PRESUMMARY = re.compile(r'^In this podiobook: ')
  PREEPISODE = re.compile(r'^-In this episode: ')
  PREIMAGEURL = re.compile(r'^http://www.podiobooks.com/images/')

Imports: re, DELSPACES


Variables Details

OPMLURI

Value:
'http://www.podiobooks.com/opml/subscriptions/%s/list.opml'

QUERYURI

Value:
'http://www.podiobooks.com/account/subscriptions.php?%s'

QUERYNAME

Value:
{'add': 'addsubID',
 'all': 'forceall',
 'del': 'unsubID',
 'one': 'force'}