mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-06 04:57:05 +01:00
[eagleplatform] Remove debug output
This commit is contained in:
parent
d47ae7f620
commit
8a48223a7b
@ -48,7 +48,6 @@ class EaglePlatformIE(InfoExtractor):
|
|||||||
}]
|
}]
|
||||||
|
|
||||||
def _handle_error(self, response):
|
def _handle_error(self, response):
|
||||||
print(response['status'])
|
|
||||||
status = int_or_none(response.get('status', 200))
|
status = int_or_none(response.get('status', 200))
|
||||||
if status != 200:
|
if status != 200:
|
||||||
raise ExtractorError(' '.join(response['errors']), expected=True)
|
raise ExtractorError(' '.join(response['errors']), expected=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user