Added comic "Ahoy Earth"

This commit is contained in:
Helge Stasch 2015-09-27 00:44:47 +02:00
parent d72ceb92d5
commit 17fbdf2bf7

View file

@ -79,6 +79,16 @@ class AGirlAndHerFed(_BasicScraper):
help = 'Index format: nnn'
class AhoyEarth(_ParserScraper):
url = 'http://www.ahoyearth.com/'
rurl = escape(url)
stripUrl = url + '%s/'
css = True
imageSearch = '#comic-1 img'
prevSearch = '.navi-prev'
help = 'Index format: ddmmyyyy'
class AhoiPolloi(_BasicScraper):
url = 'http://ahoipolloi.blogger.de/'
stripUrl = url + '?day=%s'