diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-03-01 05:39:50 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-03-01 05:39:50 +0530 |
commit | 5ef7d9bdd8c4d480612d88bd0bd2a4196f2e2562 (patch) | |
tree | 072507bc71bd61a30fe6b71adcc920d26e33b9a0 /yt_dlp/YoutubeDL.py | |
parent | 62bff2c170a8f12d937d62a2ca74586c5e0eff1f (diff) |
Release 2021.03.012021.03.01
Diffstat (limited to 'yt_dlp/YoutubeDL.py')
-rw-r--r-- | yt_dlp/YoutubeDL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index d1f365814..e58f7a32f 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -2958,7 +2958,7 @@ class YoutubeDL(object): 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']) |