feat(config): set default format to accept .mp4

This commit is contained in:
Benex254
2024-08-05 09:47:03 +03:00
parent 1474df04e7
commit 10559db677

View File

@@ -28,7 +28,7 @@ class Config(object):
"preferred_language": "english",
"use_fzf": "False",
"preview": "False",
"format": "bestvideo[height<=1080]+bestaudio/best",
"format": "best[height<=1080]/bestvideo[height<=1080]+bestaudio/best",
}
)
self.configparser.add_section("stream")