Update yt_dlp/extractor/fptplay.py

Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
This commit is contained in:
MrHulk 2024-09-10 11:32:06 +05:30 committed by GitHub
parent 46e494d8d2
commit e2aafefd23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,6 @@ def _real_extract(self, url):
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)
if manifest.get('msg') != 'success':
raise ExtractorError(f' - Got an error, response: {manifest.get("msg")}', expected=True)