Add Inverloch

This commit is contained in:
Techwolf 2022-05-20 23:59:50 -07:00 committed by Tobias Gruetzmacher
parent e2fb9a1c40
commit d72df1c5af
No known key found for this signature in database

View file

@ -41,6 +41,16 @@ class InternetWebcomic(WordPressNavi):
help = 'Index format: n'
class Inverloch(ParserScraper):
stripUrl = 'https://www.seraph-inn.com/view.php?story=inverloch&page=%s'
url = stripUrl % '763'
firstStripUrl = stripUrl % '2'
imageSearch = '//img[@class="page"]'
prevSearch = '//p[@class="comic-nav"]/a[text()=" Previous"]'
multipleImagesPerStrip = True
endOfLife = True
class IrregularWebcomic(BasicScraper):
url = 'http://www.irregularwebcomic.net/'
stripUrl = url + '%s.html'