]> jfr.im git - yt-dlp.git/commitdiff
[extractor/FIFA] Change API endpoint (#4577)
authorYash Kumar <redacted>
Sat, 6 Aug 2022 11:13:55 +0000 (16:43 +0530)
committerGitHub <redacted>
Sat, 6 Aug 2022 11:13:55 +0000 (16:43 +0530)
Closes #4566
Authored by: yashkc2025, Bricio

yt_dlp/extractor/fifa.py

index df9a2f8dac90e2c03fbc2a136fa3099b2b3851e0..e170b67a7f3ca11f1d07d142640f728c3ca3aebe 100644 (file)
@@ -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(