Skip to content

Commit

Permalink
Sort removed comics under the correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Feb 14, 2024
1 parent b4bcb65 commit 6f6b4d6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions dosagelib/plugins/old.py
Expand Up @@ -604,7 +604,6 @@ def getmodules(cls): # noqa: CFQ001
cls('WotNow'),

# Removed in 3.0
cls('CatenaManor/CatenaCafe'),
cls('ComicFury/AdventuresOftheGreatCaptainMaggieandCrew'),
cls('ComicFury/AWAKENING'),
cls('ComicFury/Beebleville'),
Expand Down Expand Up @@ -833,8 +832,6 @@ def getmodules(cls): # noqa: CFQ001
cls('ComicsKingdom/Redeye'),
cls('ComicsKingdom/RedeyeSundays'),
cls('CrapIDrewOnMyLunchBreak'),
cls('FalseStart'),
cls('Ginpu'),
cls('GoComics/060'),
cls('GoComics/2CowsAndAChicken'),
cls('GoComics/ABitSketch'),
Expand Down Expand Up @@ -995,11 +992,9 @@ def getmodules(cls): # noqa: CFQ001
cls('GoComics/Wrobbertcartoons'),
cls('GoComics/Zootopia'),
cls('JustAnotherEscape'),
cls('KemonoCafe/PrincessBunny'),
cls('Laiyu', 'brk'),
cls('MangaDex/DrStone', 'legal'),
cls('MangaDex/HeavensDesignTeam', 'legal'),
cls('MangaDex/ImTheMaxLevelNewbie', 'legal'),
cls('MangaDex/SPYxFAMILY', 'legal'),
cls('Ryugou'),
cls('SeelPeel'),
Expand Down Expand Up @@ -1573,24 +1568,22 @@ def getmodules(cls): # noqa: CFQ001
cls('SnafuComics/Tin'),
cls('SnafuComics/Titan'),
cls('StudioKhimera/Eorah', 'mov'),
cls('StudioKhimera/Mousechevious'),
cls('StuffNoOneToldMe'),
cls('TaleOfTenThousand'),
cls('TalesAndTactics'),
cls('TheCyantianChronicles/CookieCaper'),
cls('TheCyantianChronicles/Pawprints'),
cls('VampireHunterBoyfriends'),
cls('VGCats/Adventure'),
cls('VGCats/Super'),
cls('VictimsOfTheSystem'),
cls('WebDesignerCOTW'),
cls('WebToons/Adamsville'),
cls('WebToons/CrapIDrewOnMyLunchBreak'),
cls('WebToons/CrystalVirus'),
cls('WebToons/OVERPOWERED'),
cls('WintersLight'),

# Removed in 3.1
cls('CatenaManor/CatenaCafe'),
cls('FalseStart'),
cls('Ginpu'),
cls('GoComics/9ChickweedLaneClassics'),
cls('GoComics/Badlands'),
cls('GoComics/BigNateFirstClass'),
Expand All @@ -1609,6 +1602,13 @@ def getmodules(cls): # noqa: CFQ001
cls('GoComics/Snowflakes'),
cls('GoComics/StoneSoupClassics'),
cls('GoComics/StuartCarlson'),
cls('KemonoCafe/PrincessBunny'),
cls('MangaDex/ImTheMaxLevelNewbie', 'legal'),
cls('StudioKhimera/Mousechevious'),
cls('TalesAndTactics'),
cls('VampireHunterBoyfriends'),
cls('WebToons/CrystalVirus'),
cls('WebToons/OVERPOWERED'),
)


Expand Down

0 comments on commit 6f6b4d6

Please sign in to comment.