Support reading & writing to STDIN & STDOUT respectively

This commit is contained in:
Ritiek Malhotra
2020-04-22 16:02:27 +05:30
parent f24c026ae4
commit 7ddc5c6348
5 changed files with 75 additions and 24 deletions

View File

@@ -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,