Remove RaineDog (removed from the web)

This commit is contained in:
Techwolf 2022-02-17 18:12:58 -08:00
parent f394f60931
commit 5c8156f2e7

View file

@ -12,16 +12,6 @@ from ..util import tagre
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):
url = 'http://ralfthedestroyer.com/'