diff options
Diffstat (limited to 'src')
| -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 = [ |