Add Schuelert

This commit is contained in:
Bastian Kleineidam 2013-03-25 19:48:32 +01:00
parent af10385da1
commit 1a7dfc02d2

View file

@ -85,6 +85,16 @@ class SchoolBites(_BasicScraper):
help = 'Index format: yyyymmdd'
class Schuelert(_BasicScraper):
url = 'http://www.schuelert.de/'
stripUrl = None
imageSearch = compile(tagre("img", "src", r"(http://www.schuelert.de/wp-content/[^']+)", quote="'"))
prevSearch = compile(tagre("a", "href", r'(http://www\.schuelert\.de/index\.php\?paged=\d+)') + "«")
multipleImagesPerStrip = True
help = 'Index format: none'
lang = 'de'
class SequentialArt(_BasicScraper):
url = 'http://www.collectedcurios.com/sequentialart.php'
stripUrl = url + '?s=%s'