Skip to content

Commit

Permalink
[youtube] prioritize information from YoutubeIE for playlist entries(c…
Browse files Browse the repository at this point in the history
…loses #28619, closes #28636)
  • Loading branch information
remitamine committed Apr 3, 2021
1 parent 1df2596 commit 654b4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def _extract_video(self, renderer):
(lambda x: x['ownerText']['runs'][0]['text'],
lambda x: x['shortBylineText']['runs'][0]['text']), compat_str)
return {
'_type': 'url_transparent',
'_type': 'url',
'ie_key': YoutubeIE.ie_key(),
'id': video_id,
'url': video_id,
Expand Down

0 comments on commit 654b4f4

Please sign in to comment.