Package soovee_app :: Package pages :: Module pb_searchpage
[frames] | no frames]

Module pb_searchpage

SooVee Serial Audio Manger - Podiobooks search page extraction for the pages plugin module. It will makes the extracted data available in an Opml style dict.


Requires: re

Variables
  METHOD = ('all', 'podiobooks')
  TYPE = 'htm'
  PAGE = 'podiobooks/search.php?showall=true'
  __package__ = 'soovee_app.pages'
    Html format for http://podiobooks.com/podiobooks/search.php
  FORMAT = re.compile(r'(?s)<td width="60" align="center"><a hre...

Imports: re


Variables Details

FORMAT

Value:
re.compile(r'(?s)<td width="60" align="center"><a href="(?P<htmUrl>.*?\
)"><img vspace="5" hspace="5" align="left" src="(?P<imgUrl>.*?)" alt="\
(?:.*?)"  border=0 /></a></td><td width="125"><b><a href="(?:.*?)">(?P\
<title>.*?)</a></b><br /><span class="smalltext">(?P<author>.*?)</clas\
s></td><td>(?P<description>.*?)<br/>')