From bb71adbe729222b78bd454cc104bb6e2388c6bbb Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Wed, 30 Sep 2020 21:29:58 +0200 Subject: [PATCH] Remove VictimsOfTheSystem Domain seems to be gone for some month and archive.org doesn't have enough to switch. --- dosagelib/plugins/old.py | 1 + dosagelib/plugins/v.py | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/dosagelib/plugins/old.py b/dosagelib/plugins/old.py index bae9af712..d5ff80bd0 100644 --- a/dosagelib/plugins/old.py +++ b/dosagelib/plugins/old.py @@ -652,6 +652,7 @@ class Removed(Scraper): cls('GoComics/USAcres'), cls('GoComics/WorldOfWonder'), cls('StuffNoOneToldMe'), + cls('VictimsOfTheSystem'), cls('WebDesignerCOTW'), ) diff --git a/dosagelib/plugins/v.py b/dosagelib/plugins/v.py index 7fb909d73..c0661dd5e 100644 --- a/dosagelib/plugins/v.py +++ b/dosagelib/plugins/v.py @@ -58,16 +58,6 @@ class VickiFox(_ParserScraper): return self.stripUrl % self.getPage(url).xpath(self.prevSearch)[0] -class VictimsOfTheSystem(_BasicScraper): - url = 'http://www.votscomic.com/' - stripUrl = url + '?id=%s.jpg' - firstStripUrl = stripUrl % '070103-002452' - imageSearch = compile(tagre("img", "src", r'(comicpro/strips/[^"]+)')) - prevSearch = compile(tagre("a", "href", r'(\?id=\d+-\d+\.jpg)') + - "Previous") - help = 'Index format: nnn-nnn' - - class ViiviJaWagner(_ParserScraper): url = 'http://www.hs.fi/viivijawagner/' imageSearch = '//meta[@property="og:image"]/@content'