Add Inverloch
This commit is contained in:
parent
e2fb9a1c40
commit
d72df1c5af
1 changed files with 10 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue