From 7f2f14fcb8d2d89c4a9a40e57e2d949290228e52 Mon Sep 17 00:00:00 2001 From: Tryamid Date: Tue, 10 Mar 2020 13:55:12 +0530 Subject: [PATCH] [embedthumbnail] a little 'debug' statement got out of eyes. --- youtube_dl/postprocessor/embedthumbnail.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/youtube_dl/postprocessor/embedthumbnail.py b/youtube_dl/postprocessor/embedthumbnail.py index 6f5301a2b..e34589126 100644 --- a/youtube_dl/postprocessor/embedthumbnail.py +++ b/youtube_dl/postprocessor/embedthumbnail.py @@ -43,8 +43,6 @@ class EmbedThumbnailPP(FFmpegPostProcessor): 'Skipping embedding the thumbnail because the file is missing.') return [], info - self._downloader.to_screen("used format" + info['ext']) - if info['ext'] == 'mp3': options = [ '-c', 'copy', '-map', '0', '-map', '1',