Remove VictimsOfTheSystem

Domain seems to be gone for some month and archive.org doesn't have
enough to switch.
This commit is contained in:
Tobias Gruetzmacher 2020-09-30 21:29:58 +02:00
parent 23a3e3b101
commit bb71adbe72
2 changed files with 1 additions and 10 deletions

View file

@ -652,6 +652,7 @@ class Removed(Scraper):
cls('GoComics/USAcres'),
cls('GoComics/WorldOfWonder'),
cls('StuffNoOneToldMe'),
cls('VictimsOfTheSystem'),
cls('WebDesignerCOTW'),
)

View file

@ -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'