From 45a5ef9064ef8dac0d014dffbd9870ed4b307f44 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Thu, 7 Nov 2013 21:23:15 +0100 Subject: [PATCH] Removed AetheriaEpics --- doc/changelog.txt | 2 +- dosagelib/plugins/a.py | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index a28243739..197cf1d1d 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -6,7 +6,7 @@ Features: Closes: GH bug #39 Fixes: -- comics: Fixed Oglaf +- comics: Fixed Oglaf, removed AetheriaEpics Closes: GH bug #41 diff --git a/dosagelib/plugins/a.py b/dosagelib/plugins/a.py index 461357a75..88a104fe2 100644 --- a/dosagelib/plugins/a.py +++ b/dosagelib/plugins/a.py @@ -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)