mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-20 05:47:24 +01:00
FifaContent: no positive redirection detection
This commit is contained in:
parent
7f94f2fceb
commit
77debf548f
@ -224,8 +224,7 @@ def _entries(self, video_asset, video_id):
|
||||
yield self._extract_video(video_info, video_id)
|
||||
|
||||
def _real_extract(self, url):
|
||||
urlh = self._request_webpage(url, self._match_id(url))
|
||||
video_id, display_id = self._match_valid_url(urlh.url).group('id', 'display_id')
|
||||
video_id, display_id = self._match_valid_url(url).group('id', 'display_id')
|
||||
|
||||
video_content = self._call_api(
|
||||
f'entertainment/api/v1/contents/{video_id}', video_id, 'Downloading video content')
|
||||
|
Loading…
Reference in New Issue
Block a user