Remove SarahZero
This commit is contained in:
parent
49303ee62d
commit
8150dabfa6
1 changed files with 0 additions and 8 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue