]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/postprocessor/embedthumbnail.py
Preparing for release
[yt-dlp.git] / youtube_dlc / postprocessor / embedthumbnail.py
index f73f93a58bef31ff6675a8fccda1dc90dc1dde0f..94e3eca9810ff646f7a6dd266b3bbcfcbc51e9be 100644 (file)
@@ -76,7 +76,7 @@ def is_webp(path):
 
         if info['ext'] == 'mp3':
             options = [
-                '-c', 'copy', '-map', '0:0', '-map', '1:0', '-id3v2_version', '3', 
+                '-c', 'copy', '-map', '0:0', '-map', '1:0', '-id3v2_version', '3',
                 '-metadata:s:v', 'title="Album cover"', '-metadata:s:v', 'comment="Cover (front)"']
 
             self._downloader.to_screen('[ffmpeg] Adding thumbnail to "%s"' % filename)