mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-31 15:05:47 -08:00
feat(config): set default format to accept .mp4
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user