1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-13 16:08:29 +00:00

reduce blank lines

This commit is contained in:
bashonly 2025-08-02 21:45:03 +00:00 committed by GitHub
parent f1be5d6967
commit 2e3b3633d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,9 +107,7 @@ class FaulioIE(FaulioBaseIE):
def _real_extract(self, url):
video_id = self._match_id(url)
api_base = self._get_api_base(url, video_id)
video_info = self._download_json(f'{api_base}/video/{video_id}', video_id, fatal=False)
player_info = self._download_json(f'{api_base}/video/{video_id}/player', video_id)