Add SixGunMage
This commit is contained in:
parent
e49c55109b
commit
12312dd6b4
1 changed files with 6 additions and 0 deletions
|
@ -241,6 +241,12 @@ class SinFest(_BasicScraper):
|
||||||
help = 'Index format: yyyy-mm-dd'
|
help = 'Index format: yyyy-mm-dd'
|
||||||
|
|
||||||
|
|
||||||
|
class SixGunMage(_ComicControlScraper):
|
||||||
|
url = 'http://www.6gunmage.com/comic/'
|
||||||
|
stripUrl = url + '%s'
|
||||||
|
firstStripUrl = stripUrl % '6-gun-mage-kickoff'
|
||||||
|
|
||||||
|
|
||||||
class SixPackOfOtters(_WPWebcomic):
|
class SixPackOfOtters(_WPWebcomic):
|
||||||
url = 'http://sixpackofotters.com/'
|
url = 'http://sixpackofotters.com/'
|
||||||
stripUrl = url + 'pages/%s/'
|
stripUrl = url + 'pages/%s/'
|
||||||
|
|
Loading…
Reference in a new issue