aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYash Kumar <43927153+yashkc2025@users.noreply.github.com>2022-08-06 16:43:55 +0530
committerGitHub <noreply@github.com>2022-08-06 16:43:55 +0530
commit061a17abd3589555feeafd8f53dd9ad969ff36f1 (patch)
tree62451d869b1a07829172bf69580216ba8f6e622f
parentd380fc161487ef2e14b204f22e13e16e1a6ceb64 (diff)
downloadhypervideo-pre-061a17abd3589555feeafd8f53dd9ad969ff36f1.tar.lz
hypervideo-pre-061a17abd3589555feeafd8f53dd9ad969ff36f1.tar.xz
hypervideo-pre-061a17abd3589555feeafd8f53dd9ad969ff36f1.zip
[extractor/FIFA] Change API endpoint (#4577)
Closes #4566 Authored by: yashkc2025, Bricio
-rw-r--r--yt_dlp/extractor/fifa.py2
1 files changed, 1 insertions, 1 deletions
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(