realised we have a scraper for CMS MenageA3 uses
This commit is contained in:
parent
0e0dcf1f8e
commit
24862715d5
1 changed files with 1 additions and 3 deletions
|
@ -116,11 +116,9 @@ class Melonpool(_WordPressScraper):
|
|||
allow_errors = (500,)
|
||||
|
||||
|
||||
class MenageA3(_ParserScraper):
|
||||
class MenageA3(_ComicControlScraper):
|
||||
adult = True
|
||||
url = 'http://www.ma3comic.com/'
|
||||
imageSearch = '//*[@id="cc-comic"]'
|
||||
prevSearch = '//a[@class="prev"]'
|
||||
|
||||
|
||||
class Metacarpolis(_ComicControlScraper):
|
||||
|
|
Loading…
Reference in a new issue