mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-01-26 04:40:17 +00:00
[roosterteeth] Changed API endpoint
New endpoint allows to request metadata for bonus episodes Fixes #23590
This commit is contained in:
parent
52c50a10af
commit
3c6ba354c2
@ -50,7 +50,7 @@ class RoosterTeethIE(InfoExtractor):
|
||||
'url': 'https://roosterteeth.com/watch/million-dollars-but-season-2-million-dollars-but-the-game-announcement',
|
||||
'only_matching': True,
|
||||
}]
|
||||
_EPISODE_BASE_URL = 'https://svod-be.roosterteeth.com/api/v1/episodes/'
|
||||
_EPISODE_BASE_URL = 'https://svod-be.roosterteeth.com/api/v1/watch/'
|
||||
|
||||
def _login(self):
|
||||
username, password = self._get_login_info()
|
||||
|
Loading…
Reference in New Issue
Block a user