mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-06 08:53:49 +00:00
group
This commit is contained in:
parent
504d764cc4
commit
96e2c3905e
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user