mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-14 13:25:38 +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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue