| Trees | Indices | Help |
|
|---|
|
|
SooVee Serial Audio Manger - Podiobooks transforms for serial audio feeds. These are unique attributes for Podiobooks serial audio feed service.
SERVICE:str - Name that identifies file.
SITENAME:str - Name that identifies service.
OPMLURI:str - URI for account provided opml feed on a
service.
LOGINURI:str - URI for login page to access account on a
service.
QUERYURI:str - URI for for performing account queries on
a service.
QUERYNAME:dict - Names for performing account actions on
a service.
PRETITLE:re - Remove 'Podiobooks.com:' from a string.
PRESUMMARY:re - Remove 'In this podiobook:' from a
string.
PREEPISODE:re - Remove '-In this episode:' from a
string.
PREIMAGEURL:re - Remove site uri from string.
toRss(t:str) -> basestring - Create local filename
for a Rss feed.
mkAuth(u:str, p:str) -> dict - Create login post
query to perform.
| Functions | |||
| Service lambda expressions | |||
|---|---|---|---|
|
|||
|
|||
|
|||
| Variables | |
__package__ =
|
|
| Service file name minus '.py' | |
|---|---|
SERVICE =
|
|
| Service attributes | |
SITENAME =
|
|
SITEURI =
|
|
OPMLURI =
|
|
LOGINURI =
|
|
QUERYURI =
|
|
QUERYNAME =
|
|
| 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
|
QUERYURI
|
QUERYNAME
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 10 23:38:23 2009 | http://epydoc.sourceforge.net |