From bd3056f2d6ecab9116ebce611f985346cba01518 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 15 Jul 2025 04:12:26 -0700 Subject: feat(constants): Add ONA to default formats --- src/oguri/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] -- cgit v1.2.3