aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-07-15 04:12:26 -0700
committerFuwn <[email protected]>2025-07-15 04:12:26 -0700
commitbd3056f2d6ecab9116ebce611f985346cba01518 (patch)
tree80921395c51d50e5c9550c124f72253901b4394c
parentfeat(schedule): Use day part for future airing times (diff)
downloadoguri-main.tar.xz
oguri-main.zip
feat(constants): Add ONA to default formatsHEADmain
-rw-r--r--src/oguri/constants.py2
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"
]