From 28c855b274506ad55e06f6f5dcc61da36bf30276 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 7 Jul 2025 02:11:52 -0700 Subject: feat(constants): Update default countries --- src/oguri/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oguri/constants.py b/src/oguri/constants.py index 3b2318c..95c8cf9 100644 --- a/src/oguri/constants.py +++ b/src/oguri/constants.py @@ -1,4 +1,4 @@ -COUNTRIES = ["JP", "KR", "CN"] +COUNTRIES = ["JP", "KR", "CN", "TW"] FORMATS = ["TV", "TV_SHORT", "MOVIE", "SPECIAL", "OVA"] SOURCES = ["ORIGINAL", "MANGA", "LIGHT_NOVEL", "VISUAL_NOVEL", "VIDEO_GAME", "OTHER"] GENRES = [ -- cgit v1.2.3