mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
Added --no-remove-original-file. Fixed bug with ffmpeg accessing stdin.
Fixed tests
This commit is contained in:
@@ -133,6 +133,7 @@ class Downloader:
|
||||
const.args.folder,
|
||||
avconv=const.args.avconv,
|
||||
trim_silence=const.args.trim_silence,
|
||||
delete_original=not const.args.no_remove_original,
|
||||
)
|
||||
except FileNotFoundError:
|
||||
encoder = "avconv" if const.args.avconv else "ffmpeg"
|
||||
|
||||
Reference in New Issue
Block a user