[extractor/FIFA] Change API endpoint (#4577)

Closes #4566
Authored by: yashkc2025, Bricio
pull/4585/head
Yash Kumar 2 years ago committed by GitHub
parent d380fc1614
commit 061a17abd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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(

Loading…
Cancel
Save