about summary refs log tree commit diff
path: root/youtube_dl/extractor/tf1.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-07-30 11:19:07 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-07-30 11:19:07 +0200
commitfa800269159990b53de5013790c2d83f8e05e37b (patch)
tree511fa39aa3b8d9b939b3a0048d31d66a8e46b0a2 /youtube_dl/extractor/tf1.py
parent2bc3de0f28757fbab65c862d8be763d643fe802a (diff)
downloadyoutube-dl-fa800269159990b53de5013790c2d83f8e05e37b.tar.gz
youtube-dl-fa800269159990b53de5013790c2d83f8e05e37b.tar.xz
youtube-dl-fa800269159990b53de5013790c2d83f8e05e37b.zip
Disable way and tf1 tests, the whole videos are served sometimes, so the md5 sum doesn't match.
Diffstat (limited to 'youtube_dl/extractor/tf1.py')
-rw-r--r--youtube_dl/extractor/tf1.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/tf1.py b/youtube_dl/extractor/tf1.py
index 7d1071cbf..772134a12 100644
--- a/youtube_dl/extractor/tf1.py
+++ b/youtube_dl/extractor/tf1.py
@@ -15,7 +15,8 @@ class TF1IE(InfoExtractor):
         u'info_dict': {
             u'title': u'Citroën Grand C4 Picasso 2013 : présentation officielle',
             u'description': u'Vidéo officielle du nouveau Citroën Grand C4 Picasso, lancé à l\'automne 2013.',
-        }
+        },
+        u'skip': u'Sometimes wat serves the whole file with the --test option',
     }
 
     def _real_extract(self, url):