Fix WhiteNoise
This commit is contained in:
parent
1fdb644cb3
commit
a6310c8eeb
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,8 @@ class WereIWolf(_ParserScraper):
|
||||||
|
|
||||||
class WhiteNoise(_WordPressScraper):
|
class WhiteNoise(_WordPressScraper):
|
||||||
url = 'http://whitenoisecomic.com/'
|
url = 'http://whitenoisecomic.com/'
|
||||||
firstStripUrl = url + 'comic/book-one/'
|
stripUrl = url + 'comic/%s/'
|
||||||
|
firstStripUrl = stripUrl % 'book-one'
|
||||||
prevSearch = '//a[%s]' % xpath_class('previous-webcomic-link')
|
prevSearch = '//a[%s]' % xpath_class('previous-webcomic-link')
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue