Removed AetheriaEpics
This commit is contained in:
parent
f74b18c2e5
commit
45a5ef9064
2 changed files with 1 additions and 10 deletions
|
@ -6,7 +6,7 @@ Features:
|
||||||
Closes: GH bug #39
|
Closes: GH bug #39
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
- comics: Fixed Oglaf
|
- comics: Fixed Oglaf, removed AetheriaEpics
|
||||||
Closes: GH bug #41
|
Closes: GH bug #41
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -66,15 +66,6 @@ class Achewood(_BasicScraper):
|
||||||
namer = regexNamer(compile(r'date=(\d+)'))
|
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):
|
class AfterStrife(_BasicScraper):
|
||||||
baseUrl = 'http://afterstrife.com/'
|
baseUrl = 'http://afterstrife.com/'
|
||||||
rurl = escape(baseUrl)
|
rurl = escape(baseUrl)
|
||||||
|
|
Loading…
Reference in a new issue