Fix DeerMe
This commit is contained in:
parent
7d36a2e552
commit
722df37080
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ class DeepFried(_BasicScraper):
|
||||||
|
|
||||||
|
|
||||||
class DeerMe(_ParserScraper):
|
class DeerMe(_ParserScraper):
|
||||||
url = 'http://deerme.net/'
|
url = 'http://deerme.net/comics/'
|
||||||
stripUrl = url + 'comics/%s'
|
stripUrl = url + '%s'
|
||||||
firstStripUrl = stripUrl % '1'
|
firstStripUrl = stripUrl % '1'
|
||||||
imageSearch = ('//img[@id="comicimage"]', '//img[@id="latestcomicimage"]')
|
imageSearch = ('//img[@id="comicimage"]', '//img[@id="latestcomicimage"]')
|
||||||
prevSearch = '//a[@rel="prev"]'
|
prevSearch = '//a[@rel="prev"]'
|
||||||
|
|
Loading…
Reference in a new issue