mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-03-17 13:32:21 +09: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:
parent
d4da3d6116
commit
ba663c7102
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user