diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-02-15 13:04:31 +0100 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-02-15 13:04:31 +0100 |
commit | 3165dc4d9f8cf637c544802bbbb519d7b3578f08 (patch) | |
tree | 31deff3434c31d682e3230394fcea4b413889df7 /youtube_dl/extractor/francetv.py | |
parent | 463b33461637b0f2c98772228dd9d7eae171b560 (diff) |
[france2.fr:generation-quoi] Skip test
The videos seem to not be available outside France
Diffstat (limited to 'youtube_dl/extractor/francetv.py')
-rw-r--r-- | youtube_dl/extractor/francetv.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/francetv.py b/youtube_dl/extractor/francetv.py index ae342341c..51eb97b2f 100644 --- a/youtube_dl/extractor/francetv.py +++ b/youtube_dl/extractor/francetv.py @@ -184,6 +184,7 @@ class GenerationQuoiIE(InfoExtractor): # It uses Dailymotion 'skip_download': True, }, + 'skip': 'Only available from France', } def _real_extract(self, url): |