mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-02 17:21:39 +03:00
linting
This commit is contained in:
@@ -103,7 +103,7 @@ class EmbedThumbnailPP(FFmpegPostProcessor):
|
|||||||
encoding=3, mime='image/%s' % thumbnail_ext, type=3,
|
encoding=3, mime='image/%s' % thumbnail_ext, type=3,
|
||||||
desc=u'Cover (front)', data=thumbfile.read())
|
desc=u'Cover (front)', data=thumbfile.read())
|
||||||
audio.save()
|
audio.save()
|
||||||
temp_filename = filename # Mutagen saves to the original file
|
temp_filename = filename # Mutagen saves to the original file
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
self.report_warning('unable to embed using mutagen; %s' % error_to_compat_str(err))
|
self.report_warning('unable to embed using mutagen; %s' % error_to_compat_str(err))
|
||||||
success = False
|
success = False
|
||||||
|
|||||||
Reference in New Issue
Block a user