mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-05 00:22:45 +00:00
fix my own broken code suggestion
This commit is contained in:
parent
58d3793c10
commit
b7fb448179
@ -1676,7 +1676,7 @@ class InfoExtractor:
|
||||
'title': unescapeHTML(e.get('name')),
|
||||
'description': unescapeHTML(e.get('description')),
|
||||
'thumbnails': traverse_obj(e, (('thumbnailUrl', 'thumbnailURL', 'thumbnail_url'), {
|
||||
'url': ({unescapeHTML}, {self._proto_relative_url}, {url_or_none}),
|
||||
'url': ({str}, {unescapeHTML}, {self._proto_relative_url}, {url_or_none}),
|
||||
})),
|
||||
'duration': parse_duration(e.get('duration')),
|
||||
'timestamp': unified_timestamp(e.get('uploadDate')),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user