Update ComicFury (again).
This commit is contained in:
parent
27e1861001
commit
73e958670d
2 changed files with 8 additions and 16 deletions
|
@ -1339,6 +1339,10 @@ class CFFriendshipIsDragons(_ComicFury):
|
||||||
sub = 'friendshipisdragons'
|
sub = 'friendshipisdragons'
|
||||||
|
|
||||||
|
|
||||||
|
class CFFromDustToRuination(_ComicFury):
|
||||||
|
sub = 'fromdust2ruination'
|
||||||
|
|
||||||
|
|
||||||
class CFFrontier2170(_ComicFury):
|
class CFFrontier2170(_ComicFury):
|
||||||
sub = 'frontier2170'
|
sub = 'frontier2170'
|
||||||
|
|
||||||
|
@ -1436,10 +1440,6 @@ class CFGOODBYEREPTILIANS(_ComicFury):
|
||||||
sub = 'goodbyereptilians'
|
sub = 'goodbyereptilians'
|
||||||
|
|
||||||
|
|
||||||
class CFGoodSirICannotDraw(_ComicFury):
|
|
||||||
sub = 'icannotdraw'
|
|
||||||
|
|
||||||
|
|
||||||
class CFGrandfathersTale(_ComicFury):
|
class CFGrandfathersTale(_ComicFury):
|
||||||
sub = 'grandfatherstale'
|
sub = 'grandfatherstale'
|
||||||
|
|
||||||
|
@ -3055,10 +3055,6 @@ class CFStevenAndTheCrystalGMs(_ComicFury):
|
||||||
sub = 'crystalgms'
|
sub = 'crystalgms'
|
||||||
|
|
||||||
|
|
||||||
class CFSTICKFODDER(_ComicFury):
|
|
||||||
sub = 'stickfodder'
|
|
||||||
|
|
||||||
|
|
||||||
class CFStickLife(_ComicFury):
|
class CFStickLife(_ComicFury):
|
||||||
sub = 'sticklife'
|
sub = 'sticklife'
|
||||||
|
|
||||||
|
@ -3220,10 +3216,6 @@ class CFTheBend(_ComicFury):
|
||||||
sub = 'thebend'
|
sub = 'thebend'
|
||||||
|
|
||||||
|
|
||||||
class CFTheBends(_ComicFury):
|
|
||||||
sub = 'thebends'
|
|
||||||
|
|
||||||
|
|
||||||
class CFTheBigFoldy(_ComicFury):
|
class CFTheBigFoldy(_ComicFury):
|
||||||
sub = 'bigfoldy'
|
sub = 'bigfoldy'
|
||||||
|
|
||||||
|
@ -3277,10 +3269,6 @@ class CFTheDevilsHorn(_ComicFury):
|
||||||
sub = 'thedevilshorn'
|
sub = 'thedevilshorn'
|
||||||
|
|
||||||
|
|
||||||
class CFTheDevonLegacyPrologue(_ComicFury):
|
|
||||||
sub = 'prologue'
|
|
||||||
|
|
||||||
|
|
||||||
class CFTheDragonFistsOfSmortySmythe(_ComicFury):
|
class CFTheDragonFistsOfSmortySmythe(_ComicFury):
|
||||||
sub = 'thedragonfistsofsmortysmythe'
|
sub = 'thedragonfistsofsmortysmythe'
|
||||||
|
|
||||||
|
|
|
@ -56,6 +56,7 @@ class ComicFuryUpdater(ComicListUpdater):
|
||||||
"Fanartgyle",
|
"Fanartgyle",
|
||||||
"FrigginRandom",
|
"FrigginRandom",
|
||||||
"GoodbyeKitty",
|
"GoodbyeKitty",
|
||||||
|
"GoodSirICannotDraw",
|
||||||
"HighlyExperiMental",
|
"HighlyExperiMental",
|
||||||
"IfAndCanBeFlowers",
|
"IfAndCanBeFlowers",
|
||||||
"JournalismStory",
|
"JournalismStory",
|
||||||
|
@ -88,6 +89,7 @@ class ComicFuryUpdater(ComicListUpdater):
|
||||||
"StrangerThanFiction",
|
"StrangerThanFiction",
|
||||||
"TalamakGreatAdventure",
|
"TalamakGreatAdventure",
|
||||||
"TheBattalion",
|
"TheBattalion",
|
||||||
|
"TheBends",
|
||||||
"TheDailyProblem",
|
"TheDailyProblem",
|
||||||
"TheMansionOfE",
|
"TheMansionOfE",
|
||||||
"ThePainter",
|
"ThePainter",
|
||||||
|
@ -104,6 +106,7 @@ class ComicFuryUpdater(ComicListUpdater):
|
||||||
|
|
||||||
# no content
|
# no content
|
||||||
"Angst",
|
"Angst",
|
||||||
|
"TheDevonLegacyPrologue",
|
||||||
|
|
||||||
# images gone
|
# images gone
|
||||||
"BaseballCapsAndTiaras",
|
"BaseballCapsAndTiaras",
|
||||||
|
@ -113,6 +116,7 @@ class ComicFuryUpdater(ComicListUpdater):
|
||||||
"KindergardenCrisIs",
|
"KindergardenCrisIs",
|
||||||
"NoSongsForTheDead",
|
"NoSongsForTheDead",
|
||||||
"RequiemShadowbornPariah",
|
"RequiemShadowbornPariah",
|
||||||
|
"STICKFODDER",
|
||||||
"TezzleAndZeek",
|
"TezzleAndZeek",
|
||||||
|
|
||||||
# broken HTML
|
# broken HTML
|
||||||
|
|
Loading…
Reference in a new issue