mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-05-01 13:06:10 +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):
|
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':
|
if broadcast_type == 'events':
|
||||||
timeline = self._call_api(
|
timeline = self._call_api(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user