mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-06-27 13:15:04 +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')),
|
'title': unescapeHTML(e.get('name')),
|
||||||
'description': unescapeHTML(e.get('description')),
|
'description': unescapeHTML(e.get('description')),
|
||||||
'thumbnails': traverse_obj(e, (('thumbnailUrl', 'thumbnailURL', 'thumbnail_url'), {
|
'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')),
|
'duration': parse_duration(e.get('duration')),
|
||||||
'timestamp': unified_timestamp(e.get('uploadDate')),
|
'timestamp': unified_timestamp(e.get('uploadDate')),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user