diff options
| -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 d015dce..98fd945 100644 --- a/src/oguri/constants.py +++ b/src/oguri/constants.py @@ -1,5 +1,5 @@ COUNTRIES = ["JP", "KR", "CN", "TW"] -FORMATS = ["TV", "TV_SHORT", "MOVIE", "SPECIAL", "OVA"] +FORMATS = ["TV", "TV_SHORT", "MOVIE", "SPECIAL", "OVA", "ONA"] SOURCES = [ "ORIGINAL", "MANGA", "LIGHT_NOVEL", "VISUAL_NOVEL", "VIDEO_GAME", "OTHER" ] |