1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-09-27 13:55:28 +00:00

[eagleplatform] Skip georestricted test

This commit is contained in:
Sergey M․ 2015-04-04 23:36:45 +06:00
parent fefc9d121d
commit f67dcc09f5

View file

@ -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):