Mark SchlockMercenary as endOfLife

This commit is contained in:
Techwolf 2020-08-14 20:50:09 -07:00
parent 70c030ca32
commit 191df7d5ed

View file

@ -111,8 +111,9 @@ class SchlockMercenary(_ParserScraper):
stripUrl = url + '%s'
firstStripUrl = stripUrl % '2000-06-12'
imageSearch = '//div[@class="strip-image-wrapper"]/img'
multipleImagesPerStrip = True
prevSearch = '//a[@class="previous-strip"]'
multipleImagesPerStrip = True
endOfLife = True
help = 'Index format: yyyy-mm-dd'