Add MynarskiForest
This commit is contained in:
parent
24573c4793
commit
8831984991
1 changed files with 10 additions and 0 deletions
|
@ -236,6 +236,16 @@ class MyCartoons(_BasicScraper):
|
||||||
lang = 'de'
|
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):
|
class MysteriesOfTheArcana(_ParserScraper):
|
||||||
url = 'http://mysteriesofthearcana.com/'
|
url = 'http://mysteriesofthearcana.com/'
|
||||||
imageSearch = '//div[@id="comic"]//img'
|
imageSearch = '//div[@id="comic"]//img'
|
||||||
|
|
Loading…
Reference in a new issue