mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-20 13:57:25 +01:00
Update yt_dlp/extractor/fptplay.py
Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
This commit is contained in:
parent
1a735dc0d8
commit
46e494d8d2
@ -48,7 +48,7 @@ def _real_extract(self, url):
|
||||
|
||||
res = self._download_json(self.get_api_with_st_token(contentId), contentId, expected_status=406)
|
||||
|
||||
if res["result"]["episode_type"] == 0:
|
||||
if res['result']['episode_type'] == 0:
|
||||
# movie or single video
|
||||
manifest = self._download_json(self.get_api_with_st_token(contentId, 0), contentId, headers={'authorization': f'Bearer {token.value}'}, expected_status=406)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user