[naver] change categories (#7746)

- 'naver'        -> 'naver-blog'
- 'chzzk'        -> 'naver-chzzk'
- 'naverwebtoon' -> 'naver-webtoon'
This commit is contained in:
Mike Fährmann
2025-07-02 19:49:41 +02:00
parent a4fb9e6d33
commit e7922ababd
14 changed files with 134 additions and 104 deletions

View File

@@ -169,9 +169,12 @@ def remap_categories():
cmap = opts.get("config-map")
if cmap is None:
cmap = (
("coomerparty", "coomer"),
("kemonoparty", "kemono"),
("koharu" , "schalenetwork"),
("coomerparty" , "coomer"),
("kemonoparty" , "kemono"),
("koharu" , "schalenetwork"),
("naver" , "naver-blog"),
("chzzk" , "naver-chzzk"),
("naverwebtoon", "naver-webtoon"),
)
elif not cmap:
return