Removed AetheriaEpics

This commit is contained in:
Bastian Kleineidam 2013-11-07 21:23:15 +01:00
parent f74b18c2e5
commit 45a5ef9064
2 changed files with 1 additions and 10 deletions

View file

@ -6,7 +6,7 @@ Features:
Closes: GH bug #39
Fixes:
- comics: Fixed Oglaf
- comics: Fixed Oglaf, removed AetheriaEpics
Closes: GH bug #41

View file

@ -66,15 +66,6 @@ class Achewood(_BasicScraper):
namer = regexNamer(compile(r'date=(\d+)'))
class AetheriaEpics(_BasicScraper):
url = 'http://aetheria-epics.schala.net/'
stripUrl = url + '%s.html'
firstStripUrl = stripUrl % '00001'
imageSearch = compile(tagre("img", "src", r'(\d{5}\.jpg)'))
prevSearch = compile(tagre("a", "href", r'(\d{5}\.html)') + "Previous")
help = 'Index format: nnn'
class AfterStrife(_BasicScraper):
baseUrl = 'http://afterstrife.com/'
rurl = escape(baseUrl)