mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-13 20:01:57 +01:00
update
This commit is contained in:
parent
388dc541da
commit
02f4b25227
1 changed files with 2 additions and 0 deletions
|
@ -287,6 +287,8 @@ class RPlayLiveIE(RPlayBaseIE):
|
|||
stream_state = live_info['streamState']
|
||||
if stream_state == 'youtube':
|
||||
return self.url_result(f'https://www.youtube.com/watch?v={live_info["liveStreamId"]}')
|
||||
elif stream_state == 'twitch':
|
||||
return self.url_result(f'https://www.twitch.tv/{live_info["twitchLogin"]}')
|
||||
elif stream_state == 'live':
|
||||
if not self.user_id and not live_info.get('allowAnonymous'):
|
||||
self.raise_login_required(method='password')
|
||||
|
|
Loading…
Reference in a new issue