mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 04:19:10 +00:00
Better handling when FFmpeg isn't found
This commit is contained in:
@@ -199,7 +199,7 @@ class YouTubeStreams(StreamsBase):
|
||||
if stream["encoding"] == preftype:
|
||||
selected_stream = stream
|
||||
break
|
||||
logger.debug('Selected worst quality stream for "{preftype}" format:\n'.format(
|
||||
logger.debug('Selected worst quality stream for "{preftype}" format:\n{stream}'.format(
|
||||
preftype=preftype,
|
||||
stream=selected_stream,
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user