Mark PowerNap as endOfLife

This commit is contained in:
Techwolf 2020-12-01 23:43:44 -08:00 committed by Tobias Gruetzmacher
parent 90c23149ad
commit e96ff4b64e

View file

@ -248,11 +248,12 @@ class PoppyOPossum(_WordPressScraper):
class PowerNap(_ParserScraper):
url = 'http://www.powernapcomic.com/'
url = 'https://www.powernapcomic.com/powernap/'
stripUrl = url + 'd/%s.html'
firstStripUrl = stripUrl % '20110617'
imageSearch = '//img[contains(@src, "/pnap")]'
imageSearch = '//center/img'
prevSearch = '//a[./img[contains(@src, "previous")]]'
endOfLife = True
def imageUrlModifier(self, url, data):
return url.replace('\n', '').strip()