From 9d0e769060199799bf819463da916290bcf3930d Mon Sep 17 00:00:00 2001 From: Ritiek Date: Wed, 21 Jun 2017 01:02:21 +0530 Subject: [PATCH] Rename function --- spotdl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotdl.py b/spotdl.py index c5fd806..b9eed58 100644 --- a/spotdl.py +++ b/spotdl.py @@ -159,7 +159,7 @@ def convert_song(music_file): convert_with_FFmpeg(music_file) os.remove('Music/' + music_file + args.input_ext) -def convert_with_libav(music_file): +def convert_with_avconv(music_file): # different path for windows if os.name == 'nt': avconv_path = 'Scripts\\avconv.exe'