From e82c8f0f8d33a6b792ba9ff0e2d16f4ef252bde9 Mon Sep 17 00:00:00 2001 From: Techwolf Date: Sat, 26 Sep 2020 18:30:23 -0700 Subject: [PATCH] Mark CarryOn alt comics as endOfLife --- dosagelib/plugins/c.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dosagelib/plugins/c.py b/dosagelib/plugins/c.py index 69247e011..a94baece8 100644 --- a/dosagelib/plugins/c.py +++ b/dosagelib/plugins/c.py @@ -55,6 +55,7 @@ class CarryOnAliceBlueAndTheGardensOfQ(CarryOn): url = 'http://www.hirezfox.com/km/abgq/abgq1024/' stripUrl = url + 'd/%s.html' firstStripUrl = stripUrl % '20050401' + endOfLife = True def namer(self, imageUrl, pageUrl): # Fix filenames @@ -66,6 +67,7 @@ class CarryOnLegendOfAnneBunny(CarryOn): url = 'http://www.hirezfox.com/km/loab/loab1024/' stripUrl = url + 'd/%s.html' firstStripUrl = stripUrl % '20040701' + endOfLife = True def namer(self, imageUrl, pageUrl): # Fix filenames of early comics