[france2.fr:generation-quoi] Skip test
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 15 Feb 2014 12:04:31 +0000 (13:04 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 15 Feb 2014 12:04:31 +0000 (13:04 +0100)
The videos seem to not be available outside France

youtube_dl/extractor/francetv.py

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