Add SisterClaire
This commit is contained in:
parent
4dd52cd160
commit
5fca596216
1 changed files with 5 additions and 0 deletions
|
@ -246,6 +246,11 @@ class SinFest(_ParserScraper):
|
|||
help = 'Index format: yyyy-mm-dd'
|
||||
|
||||
|
||||
class SisterClaire(_ComicControlScraper):
|
||||
url = 'https://www.sisterclaire.com/comic/'
|
||||
firstStripUrl = url + 'book-one'
|
||||
|
||||
|
||||
class SixGunMage(_ComicControlScraper):
|
||||
url = 'http://www.6gunmage.com/comic/'
|
||||
stripUrl = url + '%s'
|
||||
|
|
Loading…
Reference in a new issue