Add PlushAndBlood

This commit is contained in:
Techwolf 2019-06-21 01:10:00 -07:00 committed by Tobias Gruetzmacher
parent 4c7a654dcc
commit edc59a86e3

View file

@ -168,6 +168,14 @@ class PlanescapeSurvival(_BasicScraper):
help = 'Index format: nnn'
class PlushAndBlood(_ParserScraper):
url = 'http://www.plushandblood.com/Comic.php'
stripUrl = url + '?strip_id=%s'
firstStripUrl = stripUrl % '1'
imageSearch = '//img[contains(@src, "comics/")]'
prevSearch = '//a[./img[contains(@src, "Nav/Prev")]]'
class PokeyThePenguin(_ParserScraper):
url = 'http://www.yellow5.com/pokey/archive/'
stripUrl = url + 'index%s.html'