From ba663c7102d84caefd642a0a2fa1d2187436c6de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2EYasoob=20Ullah=20Khalid=20=E2=98=BA?= Date: Tue, 2 Jul 2013 14:31:25 +0500 Subject: [PATCH] mark tudouIE broken as of now. Our tudouIE is only downloading some of the video not the whole video. It is reported in #975 . If anyone has a fix then he is welcome to contribute. --- youtube_dl/extractor/tudou.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/extractor/tudou.py b/youtube_dl/extractor/tudou.py index 4681a6f79..67d6d6e80 100644 --- a/youtube_dl/extractor/tudou.py +++ b/youtube_dl/extractor/tudou.py @@ -5,6 +5,7 @@ from .common import InfoExtractor class TudouIE(InfoExtractor): _VALID_URL = r'(?:http://)?(?:www\.)?tudou\.com/(?:listplay|programs)/(?:view|(.+?))/(?:([^/]+)|([^/]+)\.html)' + _WORKING = False _TEST = { u'url': u'http://www.tudou.com/listplay/zzdE77v6Mmo/2xN2duXMxmw.html', u'file': u'159447792.f4v',