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'
|
||||
|
||||
|
||||
class CFFromDustToRuination(_ComicFury):
|
||||
sub = 'fromdust2ruination'
|
||||
|
||||
|
||||
class CFFrontier2170(_ComicFury):
|
||||
sub = 'frontier2170'
|
||||
|
||||
|
@ -1436,10 +1440,6 @@ class CFGOODBYEREPTILIANS(_ComicFury):
|
|||
sub = 'goodbyereptilians'
|
||||
|
||||
|
||||
class CFGoodSirICannotDraw(_ComicFury):
|
||||
sub = 'icannotdraw'
|
||||
|
||||
|
||||
class CFGrandfathersTale(_ComicFury):
|
||||
sub = 'grandfatherstale'
|
||||
|
||||
|
@ -3055,10 +3055,6 @@ class CFStevenAndTheCrystalGMs(_ComicFury):
|
|||
sub = 'crystalgms'
|
||||
|
||||
|
||||
class CFSTICKFODDER(_ComicFury):
|
||||
sub = 'stickfodder'
|
||||
|
||||
|
||||
class CFStickLife(_ComicFury):
|
||||
sub = 'sticklife'
|
||||
|
||||
|
@ -3220,10 +3216,6 @@ class CFTheBend(_ComicFury):
|
|||
sub = 'thebend'
|
||||
|
||||
|
||||
class CFTheBends(_ComicFury):
|
||||
sub = 'thebends'
|
||||
|
||||
|
||||
class CFTheBigFoldy(_ComicFury):
|
||||
sub = 'bigfoldy'
|
||||
|
||||
|
@ -3277,10 +3269,6 @@ class CFTheDevilsHorn(_ComicFury):
|
|||
sub = 'thedevilshorn'
|
||||
|
||||
|
||||
class CFTheDevonLegacyPrologue(_ComicFury):
|
||||
sub = 'prologue'
|
||||
|
||||
|
||||
class CFTheDragonFistsOfSmortySmythe(_ComicFury):
|
||||
sub = 'thedragonfistsofsmortysmythe'
|
||||
|
||||
|
|
|
@ -56,6 +56,7 @@ class ComicFuryUpdater(ComicListUpdater):
|
|||
"Fanartgyle",
|
||||
"FrigginRandom",
|
||||
"GoodbyeKitty",
|
||||
"GoodSirICannotDraw",
|
||||
"HighlyExperiMental",
|
||||
"IfAndCanBeFlowers",
|
||||
"JournalismStory",
|
||||
|
@ -88,6 +89,7 @@ class ComicFuryUpdater(ComicListUpdater):
|
|||
"StrangerThanFiction",
|
||||
"TalamakGreatAdventure",
|
||||
"TheBattalion",
|
||||
"TheBends",
|
||||
"TheDailyProblem",
|
||||
"TheMansionOfE",
|
||||
"ThePainter",
|
||||
|
@ -104,6 +106,7 @@ class ComicFuryUpdater(ComicListUpdater):
|
|||
|
||||
# no content
|
||||
"Angst",
|
||||
"TheDevonLegacyPrologue",
|
||||
|
||||
# images gone
|
||||
"BaseballCapsAndTiaras",
|
||||
|
@ -113,6 +116,7 @@ class ComicFuryUpdater(ComicListUpdater):
|
|||
"KindergardenCrisIs",
|
||||
"NoSongsForTheDead",
|
||||
"RequiemShadowbornPariah",
|
||||
"STICKFODDER",
|
||||
"TezzleAndZeek",
|
||||
|
||||
# broken HTML
|
||||
|
|
Loading…
Reference in a new issue