]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/YoutubeDL.py
Release 2021.03.01
[yt-dlp.git] / yt_dlp / YoutubeDL.py
index d1f365814d2c7e7ee1d33cc4ea02fce70c2d47a7..e58f7a32f87902641dd20b08dd2639fff6cf7a2d 100644 (file)
@@ -2958,7 +2958,7 @@ def _write_thumbnails(self, info_dict, filename):  # return the extensions
                 self.to_screen('[%s] %s: Thumbnail %sis already present' %
                                (info_dict['extractor'], info_dict['id'], thumb_display_id))
             else:
-                self.to_screen('[%s] %s: Downloading thumbnail %s...' %
+                self.to_screen('[%s] %s: Downloading thumbnail %s ...' %
                                (info_dict['extractor'], info_dict['id'], thumb_display_id))
                 try:
                     uf = self.urlopen(t['url'])