Mark CarryOn alt comics as endOfLife
This commit is contained in:
parent
ba214da8b0
commit
e82c8f0f8d
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,7 @@ class CarryOnAliceBlueAndTheGardensOfQ(CarryOn):
|
||||||
url = 'http://www.hirezfox.com/km/abgq/abgq1024/'
|
url = 'http://www.hirezfox.com/km/abgq/abgq1024/'
|
||||||
stripUrl = url + 'd/%s.html'
|
stripUrl = url + 'd/%s.html'
|
||||||
firstStripUrl = stripUrl % '20050401'
|
firstStripUrl = stripUrl % '20050401'
|
||||||
|
endOfLife = True
|
||||||
|
|
||||||
def namer(self, imageUrl, pageUrl):
|
def namer(self, imageUrl, pageUrl):
|
||||||
# Fix filenames
|
# Fix filenames
|
||||||
|
@ -66,6 +67,7 @@ class CarryOnLegendOfAnneBunny(CarryOn):
|
||||||
url = 'http://www.hirezfox.com/km/loab/loab1024/'
|
url = 'http://www.hirezfox.com/km/loab/loab1024/'
|
||||||
stripUrl = url + 'd/%s.html'
|
stripUrl = url + 'd/%s.html'
|
||||||
firstStripUrl = stripUrl % '20040701'
|
firstStripUrl = stripUrl % '20040701'
|
||||||
|
endOfLife = True
|
||||||
|
|
||||||
def namer(self, imageUrl, pageUrl):
|
def namer(self, imageUrl, pageUrl):
|
||||||
# Fix filenames of early comics
|
# Fix filenames of early comics
|
||||||
|
|
Loading…
Reference in a new issue