This commit is contained in:
Ramón Sola 2020-09-30 23:59:52 +02:00 committed by GitHub
commit 974f5de1b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class AtresPlayerIE(InfoExtractor):
try:
episode = self._download_json(
self._API_BASE + 'client/v1/player/episode/' + video_id, video_id)
self._API_BASE + 'player/v1/episode/' + video_id, video_id)
except ExtractorError as e:
self._handle_error(e, 403)