Add CarryOn/AliceBlueAndTheGardensOfQ
This commit is contained in:
parent
95fe4b331c
commit
dd88b7f133
1 changed files with 11 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue