This commit is contained in:
bashonly 2025-05-23 18:45:13 +00:00 committed by GitHub
parent 504d764cc4
commit 96e2c3905e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1673,7 +1673,7 @@ class TwitterBroadcastIE(TwitterBaseIE, PeriscopeBaseIE):
}]
def _real_extract(self, url):
broadcast_type, display_id = self._match_valid_url(url).groups()
broadcast_type, display_id = self._match_valid_url(url).group('type', 'id')
if broadcast_type == 'events':
timeline = self._call_api(