Add PlushAndBlood
This commit is contained in:
parent
4c7a654dcc
commit
edc59a86e3
1 changed files with 8 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue