Added MenageA3 (ma3comics.com).
One of the Pixie Trix Comix.
This commit is contained in:
parent
d668f5fc1e
commit
1af8a99594
1 changed files with 9 additions and 0 deletions
|
@ -80,6 +80,15 @@ class MacHall(_BasicScraper):
|
||||||
help = 'Index format: yyyy-mm-dd'
|
help = 'Index format: yyyy-mm-dd'
|
||||||
|
|
||||||
|
|
||||||
|
class MenageA3(_BasicScraper):
|
||||||
|
adult = True
|
||||||
|
url = 'http://www.ma3comic.com/'
|
||||||
|
stripUrl = url + 'strips-ma3/%s'
|
||||||
|
imageSearch = compile(tagre("img", "src", r'([^"]*/comics/[^"]+)'))
|
||||||
|
prevSearch = compile(tagre("a", "href", r'([^"]*/strips-ma3/[^"]+)', before="cn[id]prev"))
|
||||||
|
help = 'Index format: name'
|
||||||
|
|
||||||
|
|
||||||
class Melonpool(_BasicScraper):
|
class Melonpool(_BasicScraper):
|
||||||
url = 'http://www.melonpool.com/'
|
url = 'http://www.melonpool.com/'
|
||||||
stripUrl = url + '?p=%s'
|
stripUrl = url + '?p=%s'
|
||||||
|
|
Loading…
Reference in a new issue