mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-06-30 23:39:05 +00:00
sort
This commit is contained in:
parent
a6b1ddd718
commit
9737414e19
@ -55,8 +55,8 @@ class NobelPrizeIE(InfoExtractor):
|
|||||||
{find_element(tag='span', attr='itemprop', value='description')}, {clean_html})),
|
{find_element(tag='span', attr='itemprop', value='description')}, {clean_html})),
|
||||||
'duration': parse_duration(self._html_search_meta('duration', webpage)),
|
'duration': parse_duration(self._html_search_meta('duration', webpage)),
|
||||||
**traverse_obj(next(self._yield_json_ld(webpage, video_id)), {
|
**traverse_obj(next(self._yield_json_ld(webpage, video_id)), {
|
||||||
'url': ('contentUrl', {url_or_none}),
|
|
||||||
'thumbnail': ('thumbnail_url', {lambda x: self._proto_relative_url(x)}, {url_or_none}),
|
'thumbnail': ('thumbnail_url', {lambda x: self._proto_relative_url(x)}, {url_or_none}),
|
||||||
'timestamp': ('uploadDate', {unified_timestamp}),
|
'timestamp': ('uploadDate', {unified_timestamp}),
|
||||||
|
'url': ('contentUrl', {url_or_none}),
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user