Add PeterAndCompany
This commit is contained in:
parent
163b252776
commit
6131c9e2b5
1 changed files with 9 additions and 0 deletions
|
@ -126,6 +126,15 @@ class PeppermintSagaBGR(_WPNavi):
|
||||||
adult = True
|
adult = True
|
||||||
|
|
||||||
|
|
||||||
|
class PeterAndCompany(_ParserScraper):
|
||||||
|
url = 'http://peterandcompany.com/'
|
||||||
|
stripUrl = url + '%s'
|
||||||
|
firstStripUrl = stripUrl % '20050101'
|
||||||
|
imageSearch = ('//div[@id="page"]//img',
|
||||||
|
'//div[@id="strip"]//img[contains(@src, "strips/")]')
|
||||||
|
prevSearch = '//a[./img[contains(@src, "nav_previous")]]'
|
||||||
|
|
||||||
|
|
||||||
class PHDComics(_ParserScraper):
|
class PHDComics(_ParserScraper):
|
||||||
BROKEN_COMMENT_END = compile(r'--!>')
|
BROKEN_COMMENT_END = compile(r'--!>')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue