mirror of
				https://github.com/KevinMidboe/spotify-downloader.git
				synced 2025-10-29 18:00:15 +00:00 
			
		
		
		
	Add description of the new -f option in README.md; Fix minor issues
This commit is contained in:
		@@ -10,7 +10,7 @@ def song(input_song, output_song, folder, avconv=False, verbose=False):
 | 
			
		||||
        if avconv:
 | 
			
		||||
            exit_code = convert_with_avconv(input_song, output_song, folder, verbose)
 | 
			
		||||
        else:
 | 
			
		||||
            exit_code = convert_with_ffmpeg(input_song,  output_song, folder, verbose)
 | 
			
		||||
            exit_code = convert_with_ffmpeg(input_song, output_song, folder, verbose)
 | 
			
		||||
        return exit_code
 | 
			
		||||
    return 0
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user