mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
Merge options -f and -ff into -f
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user