diff --git a/yt_dlp/extractor/twitch.py b/yt_dlp/extractor/twitch.py index 4a20de25e..48235c76c 100644 --- a/yt_dlp/extractor/twitch.py +++ b/yt_dlp/extractor/twitch.py @@ -627,7 +627,7 @@ def _real_extract(self, url): 'url': update_url_query(f'https://api.twitch.tv/v5/videos/{vod_id}/comments', {'client_id': self._CLIENT_ID}), 'ext': 'json', - }]}, + }]} info['__post_extractor'] = lambda: {'subtitles': self.extract_subtitles(vod_id)} return info