Add Exvulnerum

This commit is contained in:
Techwolf 2020-03-07 22:54:37 -08:00 committed by Tobias Gruetzmacher
parent 50f8441e9b
commit 997953f861

View file

@ -219,6 +219,15 @@ class ExploitationNow(_WPNavi):
endOfLife = True
class Exvulnerum(_ParserScraper):
url = 'https://zules.com/exvulnerum/'
stripUrl = url + 'comic.php?page=%s'
firstStripUrl = stripUrl.replace('comic', 'newprologue') % '1'
imageSearch = ('//img[contains(@src, "pages/")]',
'//img[contains(@src, "newprologue/")]')
prevSearch = '//a[./img[contains(@src, "nav_prev")]]'
class ExtraFabulousComics(_WordPressScraper):
url = 'https://extrafabulouscomics.com/'
firstStripUrl = url + 'comic/buttfly/'