From 5c8156f2e79a76b8589bf2159edaba513427e264 Mon Sep 17 00:00:00 2001 From: Techwolf Date: Thu, 17 Feb 2022 18:12:58 -0800 Subject: [PATCH] Remove RaineDog (removed from the web) --- dosagelib/plugins/r.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/dosagelib/plugins/r.py b/dosagelib/plugins/r.py index b3b1b6774..95725338e 100644 --- a/dosagelib/plugins/r.py +++ b/dosagelib/plugins/r.py @@ -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/'