mirror of
				https://github.com/KevinMidboe/spotify-downloader.git
				synced 2025-10-29 18:00:15 +00:00 
			
		
		
		
	Flake encoder WARN
This commit is contained in:
		| @@ -444,10 +444,7 @@ def grab_single(raw_song, number=None): | |||||||
|                 convert.song(input_song, output_song, args.folder, |                 convert.song(input_song, output_song, args.folder, | ||||||
|                              avconv=args.avconv) |                              avconv=args.avconv) | ||||||
|             except FileNotFoundError: |             except FileNotFoundError: | ||||||
|                 if args.avconv: |                 encoder = 'avconv' if args.avconv else 'ffmpeg' | ||||||
|                     encoder = 'avconv' |  | ||||||
|                 else: |  | ||||||
|                     encoder = 'ffmpeg' |  | ||||||
|                 log.warning('Could not find {0}, skipping conversion'.format(encoder)) |                 log.warning('Could not find {0}, skipping conversion'.format(encoder)) | ||||||
|                 args.output_ext = args.input_ext |                 args.output_ext = args.input_ext | ||||||
|                 output_song = file_name + args.output_ext |                 output_song = file_name + args.output_ext | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user