Added MenageA3 (ma3comics.com).

One of the Pixie Trix Comix.
This commit is contained in:
Tobias Gruetzmacher 2013-03-03 21:52:08 +01:00
parent d668f5fc1e
commit 1af8a99594

View file

@ -80,6 +80,15 @@ class MacHall(_BasicScraper):
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):
url = 'http://www.melonpool.com/'
stripUrl = url + '?p=%s'