Mark SchlockMercenary as endOfLife
This commit is contained in:
parent
70c030ca32
commit
191df7d5ed
1 changed files with 2 additions and 1 deletions
|
@ -111,8 +111,9 @@ class SchlockMercenary(_ParserScraper):
|
||||||
stripUrl = url + '%s'
|
stripUrl = url + '%s'
|
||||||
firstStripUrl = stripUrl % '2000-06-12'
|
firstStripUrl = stripUrl % '2000-06-12'
|
||||||
imageSearch = '//div[@class="strip-image-wrapper"]/img'
|
imageSearch = '//div[@class="strip-image-wrapper"]/img'
|
||||||
multipleImagesPerStrip = True
|
|
||||||
prevSearch = '//a[@class="previous-strip"]'
|
prevSearch = '//a[@class="previous-strip"]'
|
||||||
|
multipleImagesPerStrip = True
|
||||||
|
endOfLife = True
|
||||||
help = 'Index format: yyyy-mm-dd'
|
help = 'Index format: yyyy-mm-dd'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue