mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Fix download test
This commit is contained in:
@@ -11,6 +11,7 @@ def song(input_song, output_song, avconv, verbose):
|
||||
else:
|
||||
convert_with_FFmpeg(input_song, output_song, verbose)
|
||||
os.remove('Music/' + input_song)
|
||||
return True
|
||||
|
||||
def convert_with_avconv(input_song, output_song, verbose):
|
||||
# different path for windows
|
||||
|
||||
Reference in New Issue
Block a user