Merge pull request #29 from Freestila/master

Added comic "Ahoy Earth"
This commit is contained in:
Manabi 2015-09-26 22:20:11 -04:00
commit 91bfb44b47

View file

@ -79,6 +79,16 @@ class AGirlAndHerFed(_BasicScraper):
help = 'Index format: nnn' 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): class AhoiPolloi(_BasicScraper):
url = 'http://ahoipolloi.blogger.de/' url = 'http://ahoipolloi.blogger.de/'
stripUrl = url + '?day=%s' stripUrl = url + '?day=%s'