From 061a17abd3589555feeafd8f53dd9ad969ff36f1 Mon Sep 17 00:00:00 2001 From: Yash Kumar <43927153+yashkc2025@users.noreply.github.com> Date: Sat, 6 Aug 2022 16:43:55 +0530 Subject: [PATCH] [extractor/FIFA] Change API endpoint (#4577) Closes #4566 Authored by: yashkc2025, Bricio --- yt_dlp/extractor/fifa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ class FifaIE(InfoExtractor): 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(