Add CarryOn/AliceBlueAndTheGardensOfQ

This commit is contained in:
Techwolf 2019-08-09 23:39:43 -07:00 committed by Tobias Gruetzmacher
parent 95fe4b331c
commit dd88b7f133

View file

@ -52,6 +52,17 @@ class CarryOn(_ParserScraper):
return filename
class CarryOnAliceBlueAndTheGardensOfQ(CarryOn):
name = 'CarryOn/AliceBlueAndTheGardensOfQ'
url = 'http://www.hirezfox.com/km/abgq/abgq1024/'
stripUrl = url + 'd/%s.html'
firstStripUrl = stripUrl % '20050401'
def namer(self, imageUrl, pageUrl):
# Fix filenames
return 'abgq' + imageUrl.rsplit('/', 1)[-1]
class CaseyAndAndy(_BasicScraper):
url = 'http://www.galactanet.com/comic/'
stripUrl = url + 'view.php?strip=%s'