added AoiHouse
This commit is contained in:
parent
2201c9877a
commit
c19806b681
1 changed files with 5 additions and 0 deletions
|
@ -238,6 +238,11 @@ class Antics(_BasicScraper):
|
|||
prevSearch = compile(tagre("a", "href", r'(%s\?p=\d+)' % rurl, after='prev'))
|
||||
help = 'Index format: number'
|
||||
|
||||
class AoiHouse(_ParserScraper):
|
||||
url = 'http://www.aoihouse.net/'
|
||||
imageSearch = '//div[@id="comic"]/a[2]/img'
|
||||
prevSearch = '//a[@id="cndprev"]'
|
||||
|
||||
|
||||
class AppleGeeks(_BasicScraper):
|
||||
url = 'http://www.applegeeks.com/'
|
||||
|
|
Loading…
Reference in a new issue