diff options
| author | Fuwn <[email protected]> | 2025-07-15 04:12:26 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-15 04:12:26 -0700 |
| commit | bd3056f2d6ecab9116ebce611f985346cba01518 (patch) | |
| tree | 80921395c51d50e5c9550c124f72253901b4394c | |
| parent | feat(schedule): Use day part for future airing times (diff) | |
| download | oguri-bd3056f2d6ecab9116ebce611f985346cba01518.tar.xz oguri-bd3056f2d6ecab9116ebce611f985346cba01518.zip | |
| -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" ] |