Remove DerFlix

This commit is contained in:
Bastian Kleineidam 2013-03-26 17:35:58 +01:00
parent 3dd2daf223
commit 31d95d1d03

View file

@ -106,17 +106,6 @@ class DemolitionSquad(_BasicScraper):
return url.split('?')[0]
class DerFlix(_BasicScraper):
url = 'http://derflix.de/'
stripUrl = url + 'index.php?preselect=%s'
firstStripUrl = stripUrl % '1'
lang = 'de'
imageSearch = compile(tagre("img", "src", r'(autocartoons/\d+\.[^"]+)'))
prevSearch = compile(tagre("a", "href", r'(index\.php\?preselect=\d+)') +
tagre("img", "src", r'autocartoons/rahmen_zurueck\.jpg'))
help = 'Index format: number'
class DerTodUndDasMaedchen(_BasicScraper):
url = 'http://www.cartoontomb.de/deutsch/tod2.php'
stripUrl = url + '?bild=%s.jpg'