Mark PowerNap as endOfLife
This commit is contained in:
parent
90c23149ad
commit
e96ff4b64e
1 changed files with 3 additions and 2 deletions
|
@ -248,11 +248,12 @@ class PoppyOPossum(_WordPressScraper):
|
||||||
|
|
||||||
|
|
||||||
class PowerNap(_ParserScraper):
|
class PowerNap(_ParserScraper):
|
||||||
url = 'http://www.powernapcomic.com/'
|
url = 'https://www.powernapcomic.com/powernap/'
|
||||||
stripUrl = url + 'd/%s.html'
|
stripUrl = url + 'd/%s.html'
|
||||||
firstStripUrl = stripUrl % '20110617'
|
firstStripUrl = stripUrl % '20110617'
|
||||||
imageSearch = '//img[contains(@src, "/pnap")]'
|
imageSearch = '//center/img'
|
||||||
prevSearch = '//a[./img[contains(@src, "previous")]]'
|
prevSearch = '//a[./img[contains(@src, "previous")]]'
|
||||||
|
endOfLife = True
|
||||||
|
|
||||||
def imageUrlModifier(self, url, data):
|
def imageUrlModifier(self, url, data):
|
||||||
return url.replace('\n', '').strip()
|
return url.replace('\n', '').strip()
|
||||||
|
|
Loading…
Reference in a new issue