Fix BadMachinery and mark as endOfLife
This commit is contained in:
parent
24efafdf96
commit
c065a820ed
1 changed files with 3 additions and 2 deletions
|
@ -28,12 +28,13 @@ class BadassMuthas(_BasicScraper):
|
||||||
|
|
||||||
|
|
||||||
class BadMachinery(_ParserScraper):
|
class BadMachinery(_ParserScraper):
|
||||||
url = 'http://scarygoround.com/'
|
url = 'https://scarygoround.com/badmachinery/index.php'
|
||||||
stripUrl = url + '?date=%s'
|
stripUrl = url + '?date=%s'
|
||||||
firstStripUrl = stripUrl % '20090918'
|
firstStripUrl = stripUrl % '20090921'
|
||||||
imageSearch = '//img[@class="comicimg"]'
|
imageSearch = '//img[@class="comicimg"]'
|
||||||
prevSearch = '//a[contains(text(), "Previous")]'
|
prevSearch = '//a[contains(text(), "Previous")]'
|
||||||
broken_html_bugfix = True
|
broken_html_bugfix = True
|
||||||
|
endOfLife = True
|
||||||
help = 'Index format: yyyymmdd'
|
help = 'Index format: yyyymmdd'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue