From 3c6ba354c201e17fd03979cf50a368d4b6e52ec9 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sat, 11 Jan 2020 17:39:34 +0100 Subject: [PATCH] [roosterteeth] Changed API endpoint New endpoint allows to request metadata for bonus episodes Fixes #23590 --- youtube_dl/extractor/roosterteeth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/roosterteeth.py b/youtube_dl/extractor/roosterteeth.py index 8883639b2..aa473363d 100644 --- a/youtube_dl/extractor/roosterteeth.py +++ b/youtube_dl/extractor/roosterteeth.py @@ -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()