Add MynarskiForest

This commit is contained in:
Techwolf 2019-07-10 21:56:32 -07:00 committed by Tobias Gruetzmacher
parent 24573c4793
commit 8831984991

View file

@ -236,6 +236,16 @@ class MyCartoons(_BasicScraper):
lang = 'de'
class MynarskiForest(_ParserScraper):
stripUrl = 'http://mynarskiforest.purrsia.com/xsl%s.htm'
url = stripUrl % '09_36'
firstStripUrl = stripUrl % '97_01'
imageSearch = '//img[not(contains(@src, "arrow"))]'
prevSearch = '//a[./img[contains(@src, "arrowbk")]]'
multipleImagesPerStrip = True
endOfLife = True
class MysteriesOfTheArcana(_ParserScraper):
url = 'http://mysteriesofthearcana.com/'
imageSearch = '//div[@id="comic"]//img'