mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-12-22 22:35:21 +00:00
Added code corrections to satisfy flake8 reqs :)
This commit is contained in:
parent
f4aa8c13b5
commit
eaea25ca0e
@ -2433,8 +2433,7 @@ class YoutubeDL(object):
|
||||
if thumbnailformat in [i.get('id') for i in thumbnails]:
|
||||
thumbnails = [i for i in thumbnails if i.get('id') == thumbnailformat]
|
||||
else:
|
||||
self.report_warning(
|
||||
'Thumbnail ID unavailable, falling back to default.'
|
||||
self.report_warning('Thumbnail ID unavailable, falling back to default.'
|
||||
' Check available thumbnail formats with the option --list-thumbnails'
|
||||
)
|
||||
thumbnails = [thumbnails[-1]]
|
||||
|
Loading…
Reference in New Issue
Block a user