[roosterteeth] Changed API endpoint

New endpoint allows to request metadata for bonus episodes

Fixes #23590
This commit is contained in:
Felix Stupp 2020-01-11 17:39:34 +01:00
parent 52c50a10af
commit 3c6ba354c2
No known key found for this signature in database
GPG key ID: 93E1BD26F6B02FB7

View file

@ -50,7 +50,7 @@ class RoosterTeethIE(InfoExtractor):
'url': 'https://roosterteeth.com/watch/million-dollars-but-season-2-million-dollars-but-the-game-announcement', 'url': 'https://roosterteeth.com/watch/million-dollars-but-season-2-million-dollars-but-the-game-announcement',
'only_matching': True, '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): def _login(self):
username, password = self._get_login_info() username, password = self._get_login_info()