1
0
Fork 0

Release 2021.03.01

This commit is contained in:
pukkandan 2021-03-01 05:39:50 +05:30
commit 5ef7d9bdd8
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
9 changed files with 36 additions and 10 deletions

View file

@ -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'])