1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-14 15:59:36 +00:00

[france2.fr:generation-quoi] Skip test

The videos seem to not be available outside France
This commit is contained in:
Jaime Marquínez Ferrándiz 2014-02-15 13:04:31 +01:00
parent 463b334616
commit 3165dc4d9f

View file

@ -184,6 +184,7 @@ class GenerationQuoiIE(InfoExtractor):
# It uses Dailymotion
'skip_download': True,
},
'skip': 'Only available from France',
}
def _real_extract(self, url):