Remove VictimsOfTheSystem
Domain seems to be gone for some month and archive.org doesn't have enough to switch.
This commit is contained in:
parent
23a3e3b101
commit
bb71adbe72
2 changed files with 1 additions and 10 deletions
|
@ -652,6 +652,7 @@ class Removed(Scraper):
|
||||||
cls('GoComics/USAcres'),
|
cls('GoComics/USAcres'),
|
||||||
cls('GoComics/WorldOfWonder'),
|
cls('GoComics/WorldOfWonder'),
|
||||||
cls('StuffNoOneToldMe'),
|
cls('StuffNoOneToldMe'),
|
||||||
|
cls('VictimsOfTheSystem'),
|
||||||
cls('WebDesignerCOTW'),
|
cls('WebDesignerCOTW'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -58,16 +58,6 @@ class VickiFox(_ParserScraper):
|
||||||
return self.stripUrl % self.getPage(url).xpath(self.prevSearch)[0]
|
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):
|
class ViiviJaWagner(_ParserScraper):
|
||||||
url = 'http://www.hs.fi/viivijawagner/'
|
url = 'http://www.hs.fi/viivijawagner/'
|
||||||
imageSearch = '//meta[@property="og:image"]/@content'
|
imageSearch = '//meta[@property="og:image"]/@content'
|
||||||
|
|
Loading…
Reference in a new issue