mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-07 04:00:02 +08:00
[atresplayer] changed JSON metadata URL
This commit is contained in:
parent
3cb05b86de
commit
438ae37e12
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user