diff options
| author | Fuwn <[email protected]> | 2025-07-07 02:11:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-07 02:11:52 -0700 |
| commit | 28c855b274506ad55e06f6f5dcc61da36bf30276 (patch) | |
| tree | 6c21bee3c381258a8ccf0b70360ffca4301036e1 | |
| parent | feat: Refine development help strings (diff) | |
| download | oguri-28c855b274506ad55e06f6f5dcc61da36bf30276.tar.xz oguri-28c855b274506ad55e06f6f5dcc61da36bf30276.zip | |
feat(constants): Update default countries
| -rw-r--r-- | src/oguri/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [ |