Remove SarahZero

This commit is contained in:
Bastian Kleineidam 2013-04-04 18:32:29 +02:00
parent 49303ee62d
commit 8150dabfa6

View file

@ -44,14 +44,6 @@ class SandraAndWooGerman(_BasicScraper):
lang = 'de'
class SarahZero(_BasicScraper):
url = 'http://www.sarahzero.com/'
stripUrl = url + 'sz_%s.html'
imageSearch = compile(tagre("img", "src", r'(z_(?:spreads|decoy)/sz_[^"]+)'))
prevSearch = compile(tagre("a", "href", r'(sz_\d+\.html)') + tagre("img", "src", r'z_site/sz_05_nav\.gif'))
help = 'Index format: nnnn'
class ScaryGoRound(_BasicScraper):
url = 'http://www.scarygoround.com/'
stripUrl = url + '?date=%s'