Fix BetterDays and OriginalLife
This commit is contained in:
parent
e82c8f0f8d
commit
a3eb2ec9f3
1 changed files with 1 additions and 2 deletions
|
@ -128,14 +128,13 @@ class OrderOfTheBlackDog(_WordPressScraper):
|
||||||
|
|
||||||
|
|
||||||
class OriginalLife(_ParserScraper):
|
class OriginalLife(_ParserScraper):
|
||||||
url = 'http://jaynaylor.com/originallife/'
|
url = 'https://web.archive.org/web/20200201203404/http://jaynaylor.com/originallife/'
|
||||||
stripUrl = url + 'archives/%s.html'
|
stripUrl = url + 'archives/%s.html'
|
||||||
firstStripUrl = stripUrl % '2009/06/001'
|
firstStripUrl = stripUrl % '2009/06/001'
|
||||||
imageSearch = '//img[contains(@src, "/originallife/comic/")]'
|
imageSearch = '//img[contains(@src, "/originallife/comic/")]'
|
||||||
prevSearch = '//a[contains(text(), "Previous")]'
|
prevSearch = '//a[contains(text(), "Previous")]'
|
||||||
adult = True
|
adult = True
|
||||||
endOfLife = True
|
endOfLife = True
|
||||||
help = 'Index format: yyyy/mm/<your guess>'
|
|
||||||
|
|
||||||
|
|
||||||
class OurHomePlanet(_ParserScraper):
|
class OurHomePlanet(_ParserScraper):
|
||||||
|
|
Loading…
Reference in a new issue