commit
91bfb44b47
1 changed files with 10 additions and 0 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue