Fix Nightshift
This commit is contained in:
parent
daf734c53d
commit
92f02ce660
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class Nicky510(_WPNavi):
|
||||||
|
|
||||||
|
|
||||||
class Nightshift(_ParserScraper):
|
class Nightshift(_ParserScraper):
|
||||||
url = 'http://www.poecatcomix.com/comics/nightshift/'
|
url = 'http://poecatcomix.com/comic-titles/nightshift/'
|
||||||
stripUrl = url + '%s/'
|
stripUrl = url + '%s/'
|
||||||
firstStripUrl = stripUrl % 'nightshift-volume1/ns-chapter-1'
|
firstStripUrl = stripUrl % 'nightshift-volume1/ns-chapter-1'
|
||||||
imageSearch = '//div[@id="gallery-1"]//img'
|
imageSearch = '//div[@id="gallery-1"]//img'
|
||||||
|
|
Loading…
Reference in a new issue