This commit is contained in:
bashonly 2024-05-08 20:43:45 +00:00 committed by GitHub
parent 5bbd6c18b8
commit b0b674e6fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class MixchIE(InfoExtractor):
'protocol': 'm3u8',
}],
'is_live': True,
'__post_extractor': self.extract_comments(video_id=video_id),
'__post_extractor': self.extract_comments(video_id),
}
def _get_comments(self, video_id):