Fix Nightshift

This commit is contained in:
Techwolf 2020-03-17 23:45:19 -07:00 committed by Tobias Gruetzmacher
parent daf734c53d
commit 92f02ce660

View file

@ -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'