Add PeterAndWhitney
This commit is contained in:
parent
6131c9e2b5
commit
419c41fb74
1 changed files with 8 additions and 0 deletions
|
@ -135,6 +135,14 @@ class PeterAndCompany(_ParserScraper):
|
|||
prevSearch = '//a[./img[contains(@src, "nav_previous")]]'
|
||||
|
||||
|
||||
class PeterAndWhitney(_ParserScraper):
|
||||
url = 'http://peterandwhitney.com/'
|
||||
stripUrl = url + '%s'
|
||||
firstStripUrl = stripUrl % '20160502'
|
||||
imageSearch = '//div[@id="page"]//img'
|
||||
prevSearch = '//a[./img[contains(@src, "nav_previous")]]'
|
||||
|
||||
|
||||
class PHDComics(_ParserScraper):
|
||||
BROKEN_COMMENT_END = compile(r'--!>')
|
||||
|
||||
|
|
Loading…
Reference in a new issue