Browse Source

[eagleplatform] Remove debug output

master
Sergey M․ 10 years ago
parent
commit
8a48223a7b
1 changed files with 0 additions and 1 deletions
  1. 1
      youtube_dl/extractor/eagleplatform.py

1
youtube_dl/extractor/eagleplatform.py

@ -48,7 +48,6 @@ class EaglePlatformIE(InfoExtractor):
}]
def _handle_error(self, response):
print(response['status'])
status = int_or_none(response.get('status', 200))
if status != 200:
raise ExtractorError(' '.join(response['errors']), expected=True)

Loading…
Cancel
Save