mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-08 02:43:35 +08:00
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.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user