Add Prototype

This commit is contained in:
Techwolf 2019-11-05 23:35:00 -08:00 committed by Tobias Gruetzmacher
parent e7ebecd03d
commit 0fcad21b55

View file

@ -263,6 +263,16 @@ class PrinceOfSartar(_WPNavi):
return '%s.%s' % (title, image_ext)
class Prototype(_ParserScraper):
stripUrl = 'http://planetprototype.com/%s/'
firstStripUrl = stripUrl % '2018/03/30/vol-1-ch-1-front-cover'
url = firstStripUrl
imageSearch = '//img[contains(@class, "wp-post-image")]'
prevSearch = '//a[.//text()="Previous"]'
latestSearch = '//a[.//text()="Latest"]'
starter = indirectStarter
class PS238(_ParserScraper):
url = 'http://ps238.nodwick.com/'
stripUrl = url + 'comic/%s/'