Browse Source

[eagleplatform] Skip georestricted test

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

1
youtube_dl/extractor/eagleplatform.py

@ -45,6 +45,7 @@ class EaglePlatformIE(InfoExtractor):
'duration': 216, 'duration': 216,
'view_count': int, 'view_count': int,
}, },
'skip': 'Georestricted',
}] }]
def _handle_error(self, response): def _handle_error(self, response):

Loading…
Cancel
Save