Skip to content

Commit f91056f

Browse files
dirkfGitHub Actions
authored and
GitHub Actions
committed
[YouTube] Fix 91b1569
1 parent 48c52f1 commit f91056f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

youtube_dl/extractor/youtube.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3305,7 +3305,7 @@ def _extract_lockup_view_model(self, view_model):
33053305
return
33063306
return merge_dicts(self.url_result(
33073307
update_url_query('https://www.youtube.com/playlist', {'list': content_id}),
3308-
ie=YoutubeTabIE, video_id=content_id), {
3308+
ie=YoutubeTabIE.ie_key(), video_id=content_id), {
33093309
'title': traverse_obj(view_model, (
33103310
'metadata', 'lockupMetadataViewModel', 'title', 'content', T(compat_str))),
33113311
'thumbnails': self._extract_thumbnails(view_model, (

0 commit comments

Comments
 (0)