Add PeterAndWhitney

This commit is contained in:
Techwolf 2019-08-27 01:42:07 -07:00 committed by Tobias Gruetzmacher
parent 6131c9e2b5
commit 419c41fb74

View file

@ -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'--!>')