Add SisterClaire

This commit is contained in:
garbled1 2020-09-13 08:11:05 -07:00
parent 4dd52cd160
commit 5fca596216

View file

@ -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'