mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
Support reading & writing to STDIN & STDOUT respectively
This commit is contained in:
@@ -22,6 +22,7 @@ DEFAULT_CONFIGURATION = {
|
||||
"dry-run": False,
|
||||
"music-videos-only": False,
|
||||
"no-spaces": False,
|
||||
"processor": "synchronous",
|
||||
"file-format": "{artist} - {track-name}.{output-ext}",
|
||||
"search-format": "{artist} - {track-name} lyrics",
|
||||
"youtube-api-key": None,
|
||||
|
||||
Reference in New Issue
Block a user