mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-18 23:00:15 +00:00
serves me right for not testing my own suggestion
This commit is contained in:
parent
b7fb448179
commit
13d44faab6
@ -1675,7 +1675,7 @@ class InfoExtractor:
|
||||
'ext': mimetype2ext(e.get('encodingFormat')),
|
||||
'title': unescapeHTML(e.get('name')),
|
||||
'description': unescapeHTML(e.get('description')),
|
||||
'thumbnails': traverse_obj(e, (('thumbnailUrl', 'thumbnailURL', 'thumbnail_url'), {
|
||||
'thumbnails': traverse_obj(e, (('thumbnailUrl', 'thumbnailURL', 'thumbnail_url'), (None, ...), {
|
||||
'url': ({str}, {unescapeHTML}, {self._proto_relative_url}, {url_or_none}),
|
||||
})),
|
||||
'duration': parse_duration(e.get('duration')),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user