Merge options -f and -ff into -f

This commit is contained in:
Ritiek Malhotra
2020-04-23 14:55:52 +05:30
parent 7ddc5c6348
commit 300f17e5cd
8 changed files with 83 additions and 72 deletions

View File

@@ -11,7 +11,6 @@ DEFAULT_CONFIGURATION = {
"no-fallback-metadata": False,
"avconv": False,
"encoder": "ffmpeg",
"directory": spotdl.util.get_music_dir(),
"overwrite": "prompt",
"quality": "best",
"input-ext": "automatic",
@@ -23,7 +22,7 @@ DEFAULT_CONFIGURATION = {
"music-videos-only": False,
"no-spaces": False,
"processor": "synchronous",
"file-format": "{artist} - {track-name}.{output-ext}",
"output-file": "{artist} - {track-name}.{output-ext}",
"search-format": "{artist} - {track-name} lyrics",
"youtube-api-key": None,
"skip": None,