Added AmazingSuperPowers comic.

This commit is contained in:
Bastian Kleineidam 2012-12-28 05:41:26 +01:00
parent ad5c7667f1
commit 0da595963c

View file

@ -104,6 +104,14 @@ class AltermetaOld(Altermeta):
prevSearch = compile(r'<a href="([^"]+)">Back')
class AmazingSuperPowers(_BasicScraper):
latestUrl = 'http://www.amazingsuperpowers.com/'
stripUrl = latestUrl + '%s/'
imageSearch = compile(tagre("img", "src", r'(http://www\.amazingsuperpowers\.com/comics/[^"]+)'))
prevSearch = compile(tagre("a", "href", r'(http://www\.amazingsuperpowers\.com/[^"]+)', after="prev"))
help = 'Index format: yyyy/mm/name'
class Angels2200(_BasicScraper):
latestUrl = 'http://www.janahoffmann.com/angels/'
stripUrl = latestUrl + '%s'