Add Exvulnerum
This commit is contained in:
parent
50f8441e9b
commit
997953f861
1 changed files with 9 additions and 0 deletions
|
@ -219,6 +219,15 @@ class ExploitationNow(_WPNavi):
|
||||||
endOfLife = True
|
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):
|
class ExtraFabulousComics(_WordPressScraper):
|
||||||
url = 'https://extrafabulouscomics.com/'
|
url = 'https://extrafabulouscomics.com/'
|
||||||
firstStripUrl = url + 'comic/buttfly/'
|
firstStripUrl = url + 'comic/buttfly/'
|
||||||
|
|
Loading…
Reference in a new issue