Add MagickChicks.
One of the Pixie Trix Comix.
This commit is contained in:
parent
af57e018a1
commit
4036ce06ef
1 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,14 @@ class _MadamAndEve(_BasicScraper):
|
||||||
prevSearch = compile(r'<a href="(weekend_cartoon.php)"')
|
prevSearch = compile(r'<a href="(weekend_cartoon.php)"')
|
||||||
|
|
||||||
|
|
||||||
|
class MagickChicks(_BasicScraper):
|
||||||
|
url = 'http://www.magickchicks.com/'
|
||||||
|
stripUrl = url + 'strips-mc/%s'
|
||||||
|
imageSearch = compile(tagre("img", "src", r'([^"]*/comics/[^"]+)'))
|
||||||
|
prevSearch = compile(tagre("a", "href", r'([^"]*/strips-mc/[^"]+)', before="cn[id]prevt"))
|
||||||
|
help = 'Index format: name'
|
||||||
|
|
||||||
|
|
||||||
class ManlyGuysDoingManlyThings(_BasicScraper):
|
class ManlyGuysDoingManlyThings(_BasicScraper):
|
||||||
url = 'http://thepunchlineismachismo.com/'
|
url = 'http://thepunchlineismachismo.com/'
|
||||||
stripUrl = url + 'archives/comic/%s'
|
stripUrl = url + 'archives/comic/%s'
|
||||||
|
|
Loading…
Reference in a new issue