From fa800269159990b53de5013790c2d83f8e05e37b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= Date: Tue, 30 Jul 2013 11:19:07 +0200 Subject: Disable way and tf1 tests, the whole videos are served sometimes, so the md5 sum doesn't match. --- youtube_dl/extractor/tf1.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'youtube_dl/extractor/tf1.py') 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): -- cgit v1.2.3