[downloader/http] Simplify
[youtube-dl] / youtube_dl / extractor / eagleplatform.py
index 654f746fe9381aad29dcee1cd534953113e66605..688dfc2f7f34d15e712481351a6073987325add5 100644 (file)
@@ -45,10 +45,10 @@ class EaglePlatformIE(InfoExtractor):
             'duration': 216,
             'view_count': int,
         },
+        'skip': 'Georestricted',
     }]
 
     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)