Fix Supercell
This commit is contained in:
parent
d6bc0502a7
commit
5339eec876
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ class Supercell(_ParserScraper):
|
||||||
url = 'https://www.supercellcomic.com/'
|
url = 'https://www.supercellcomic.com/'
|
||||||
stripUrl = url + 'pages/%s.html'
|
stripUrl = url + 'pages/%s.html'
|
||||||
firstStripUrl = stripUrl % '0001'
|
firstStripUrl = stripUrl % '0001'
|
||||||
imageSearch = '//div[@class="comicpage"]//img'
|
imageSearch = '//img[@class="comicStretch"]'
|
||||||
prevSearch = '//div[@class="comicnav"]/a[./img[contains(@src, "comnav_02")]]'
|
prevSearch = '//div[@class="comicnav"]/a[./img[contains(@src, "comnav_02")]]'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue