Fix PlushAndBlood
This commit is contained in:
parent
14180fef14
commit
5d6321f79e
1 changed files with 2 additions and 2 deletions
|
@ -210,12 +210,12 @@ class PlanescapeSurvival(_BasicScraper):
|
||||||
help = 'Index format: nnn'
|
help = 'Index format: nnn'
|
||||||
|
|
||||||
|
|
||||||
class PlushAndBlood(_ParserScraper):
|
class PlushAndBlood(ParserScraper):
|
||||||
url = 'http://www.plushandblood.com/Comic.php'
|
url = 'http://www.plushandblood.com/Comic.php'
|
||||||
stripUrl = url + '?strip_id=%s'
|
stripUrl = url + '?strip_id=%s'
|
||||||
firstStripUrl = stripUrl % '1'
|
firstStripUrl = stripUrl % '1'
|
||||||
imageSearch = '//img[contains(@src, "comics/")]'
|
imageSearch = '//img[contains(@src, "comics/")]'
|
||||||
prevSearch = '//a[./img[contains(@src, "Nav/Prev")]]'
|
prevSearch = '//a[contains(text(), "PREV")]'
|
||||||
|
|
||||||
|
|
||||||
class PokeyThePenguin(_ParserScraper):
|
class PokeyThePenguin(_ParserScraper):
|
||||||
|
|
Loading…
Reference in a new issue