From 997eab9a7018845946dce24e6c1265bde5a62571 Mon Sep 17 00:00:00 2001 From: Violet <110205356+Violets-puragtory@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:05:52 +0000 Subject: [PATCH] config.json (no function yet) --- config.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..c4a70a4 --- /dev/null +++ b/config.json @@ -0,0 +1,22 @@ +{ + "qualityOptions": [ + "2160", + "1140", + "1080", + "720", + "480", + "360", + "240", + "144" + ], + "formats": { + "video": [ + "mp4", + "mkv" + ], + "audio": [ + "mp3", + "wav" + ] + } +} \ No newline at end of file