From: Yash Kumar Date: Sat, 6 Aug 2022 11:13:55 +0000 (+0530) Subject: [extractor/FIFA] Change API endpoint (#4577) X-Git-Tag: 2022.08.08~17 X-Git-Url: https://jfr.im/git/yt-dlp.git/commitdiff_plain/061a17abd3589555feeafd8f53dd9ad969ff36f1 [extractor/FIFA] Change API endpoint (#4577) Closes #4566 Authored by: yashkc2025, Bricio --- diff --git a/yt_dlp/extractor/fifa.py b/yt_dlp/extractor/fifa.py index df9a2f8da..e170b67a7 100644 --- a/yt_dlp/extractor/fifa.py +++ b/yt_dlp/extractor/fifa.py @@ -60,7 +60,7 @@ def _real_extract(self, url): f'{preconnect_link}/sections/videoDetails/{video_id}', video_id, 'Downloading Video Details', fatal=False) preplay_parameters = self._download_json( - f'{preconnect_link}/video/GetVerizonPreplayParameters/{video_id}', video_id, 'Downloading Preplay Parameters')['preplayParameters'] + f'{preconnect_link}/videoPlayerData/{video_id}', video_id, 'Downloading Preplay Parameters')['preplayParameters'] cid = preplay_parameters['contentId'] content_data = self._download_json(