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