Add Prototype
This commit is contained in:
parent
e7ebecd03d
commit
0fcad21b55
1 changed files with 10 additions and 0 deletions
|
@ -263,6 +263,16 @@ class PrinceOfSartar(_WPNavi):
|
||||||
return '%s.%s' % (title, image_ext)
|
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):
|
class PS238(_ParserScraper):
|
||||||
url = 'http://ps238.nodwick.com/'
|
url = 'http://ps238.nodwick.com/'
|
||||||
stripUrl = url + 'comic/%s/'
|
stripUrl = url + 'comic/%s/'
|
||||||
|
|
Loading…
Reference in a new issue