mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-02-28 23:30:28 +01:00
[YouTube] Fix 91b1569
This commit is contained in:
parent
91b1569f68
commit
673277e510
@ -3305,7 +3305,7 @@ class YoutubeTabIE(YoutubeBaseInfoExtractor):
|
||||
return
|
||||
return merge_dicts(self.url_result(
|
||||
update_url_query('https://www.youtube.com/playlist', {'list': content_id}),
|
||||
ie=YoutubeTabIE, video_id=content_id), {
|
||||
ie=YoutubeTabIE.ie_key(), video_id=content_id), {
|
||||
'title': traverse_obj(view_model, (
|
||||
'metadata', 'lockupMetadataViewModel', 'title', 'content', T(compat_str))),
|
||||
'thumbnails': self._extract_thumbnails(view_model, (
|
||||
|
Loading…
x
Reference in New Issue
Block a user