Remove RaineDog (removed from the web)
This commit is contained in:
parent
f394f60931
commit
5c8156f2e7
1 changed files with 0 additions and 10 deletions
|
@ -12,16 +12,6 @@ from ..util import tagre
|
||||||
from .common import _WordPressScraper, _WPNavi, _WPWebcomic
|
from .common import _WordPressScraper, _WPNavi, _WPWebcomic
|
||||||
|
|
||||||
|
|
||||||
class RaineDog(_ParserScraper):
|
|
||||||
baseUrl = 'http://stuff.dvd3000.ca/dir/rainedog/mirror/'
|
|
||||||
stripUrl = baseUrl + 'd/%s.html'
|
|
||||||
url = stripUrl % '20091128'
|
|
||||||
firstStripUrl = stripUrl % '20090116'
|
|
||||||
imageSearch = '//img[contains(@src, "imgs/rd")]'
|
|
||||||
prevSearch = '//a[./img[@id="previous_day1"]]'
|
|
||||||
endOfLife = True
|
|
||||||
|
|
||||||
|
|
||||||
class RalfTheDestroyer(_WordPressScraper):
|
class RalfTheDestroyer(_WordPressScraper):
|
||||||
url = 'http://ralfthedestroyer.com/'
|
url = 'http://ralfthedestroyer.com/'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue