1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-16 00:39:36 +00:00

[youtube] prioritize information from YoutubeIE for playlist entries(closes #28619, closes #28636)

This commit is contained in:
Remita Amine 2021-04-03 08:23:35 +01:00
parent 1df2596f81
commit 654b4f4ff2

View file

@ -329,7 +329,7 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
(lambda x: x['ownerText']['runs'][0]['text'], (lambda x: x['ownerText']['runs'][0]['text'],
lambda x: x['shortBylineText']['runs'][0]['text']), compat_str) lambda x: x['shortBylineText']['runs'][0]['text']), compat_str)
return { return {
'_type': 'url_transparent', '_type': 'url',
'ie_key': YoutubeIE.ie_key(), 'ie_key': YoutubeIE.ie_key(),
'id': video_id, 'id': video_id,
'url': video_id, 'url': video_id,