Fix smbc
This commit is contained in:
parent
a2ac319c80
commit
19445a83ae
1 changed files with 2 additions and 2 deletions
|
@ -303,10 +303,10 @@ class SMBC(_ParserScraper):
|
||||||
stripUrl = url + 'index.php?id=%s'
|
stripUrl = url + 'index.php?id=%s'
|
||||||
firstStripUrl = stripUrl % '1'
|
firstStripUrl = stripUrl % '1'
|
||||||
multipleImagesPerStrip = True
|
multipleImagesPerStrip = True
|
||||||
imageSearch = ['//img[@id="comic"]', '//div[@id="aftercomic"]/img']
|
imageSearch = ['//img[@id="cc-comic"]', '//div[@id="aftercomic"]/img']
|
||||||
prevSearch = '//a[@class="prev"]'
|
prevSearch = '//a[@class="prev"]'
|
||||||
help = 'Index format: nnnn'
|
help = 'Index format: nnnn'
|
||||||
textSearch = '//img[@id="comic"]/@title'
|
textSearch = '//img[@id="cc-comic"]/@title'
|
||||||
|
|
||||||
def namer(self, image_url, page_url):
|
def namer(self, image_url, page_url):
|
||||||
"""Remove random noise from name."""
|
"""Remove random noise from name."""
|
||||||
|
|
Loading…
Reference in a new issue