ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
132.58k stars 10.05k forks source link

Tudou/Youku Channel Support #13896

Open dkl3 opened 7 years ago

dkl3 commented 7 years ago

Please follow the guide below


Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2017.08.09. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

Before submitting an issue make sure you have:

What is the purpose of your issue?


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Tudou:

~$ youtube-dl http://id.tudou.com/i/UMTE2NzI5MDI4/videos -v [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['http://id.tudou.com/i/UMTE2NzI5MDI4/videos', '-v'] [debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8 [debug] youtube-dl version 2017.08.09 [debug] Python version 3.4.5 - Linux-3.10.0-514.26.1.el7.x86_64-x86_64-with-centos-7.3.1611-Core [debug] exe versions: ffmpeg 2.6.8, ffprobe 2.6.8 [debug] Proxy map: {} [generic] videos: Requesting header WARNING: Falling back on generic information extractor. [generic] videos: Downloading webpage [generic] videos: Extracting information ERROR: Unsupported URL: http://id.tudou.com/i/UMTE2NzI5MDI4/videos Traceback (most recent call last): File "/home/gazlene/.local/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 776, in extract_info ie_result = ie.extract(url) File "/home/gazlene/.local/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 433, in extract ie_result = self._real_extract(url) File "/home/gazlene/.local/lib/python3.4/site-packages/youtube_dl/extractor/generic.py", line 2944, in _real_extract raise UnsupportedError(url) youtube_dl.utils.UnsupportedError: Unsupported URL: http://id.tudou.com/i/UMTE2NzI5MDI4/videos

Youku: youtube-dl http://i.youku.com/i/UNzY4NDMy/videos -v [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['http://i.youku.com/i/UNzY4NDMy/videos', '-v'] [debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8 [debug] youtube-dl version 2017.08.09 [debug] Python version 3.4.5 - Linux-3.10.0-514.26.1.el7.x86_64-x86_64-with-centos-7.3.1611-Core [debug] exe versions: ffmpeg 2.6.8, ffprobe 2.6.8 [debug] Proxy map: {} [generic] videos: Requesting header WARNING: Falling back on generic information extractor. [generic] videos: Downloading webpage [generic] videos: Extracting information ERROR: Unsupported URL: http://i.youku.com/i/UNzY4NDMy/videos Traceback (most recent call last): File "/home/gazlene/.local/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 776, in extract_info ie_result = ie.extract(url) File "/home/gazlene/.local/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 433, in extract ie_result = self._real_extract(url) File "/home/gazlene/.local/lib/python3.4/site-packages/youtube_dl/extractor/generic.py", line 2944, in _real_extract raise UnsupportedError(url) youtube_dl.utils.UnsupportedError: Unsupported URL: http://i.youku.com/i/UNzY4NDMy/videos


Description of your issue, suggested solution and other information

Is there a way to support the download of Tudou and Youku channels? I'm an archivist, and i upload channels to Internet Archive (archive.org). There have been a couple i've been trying to archive, and if youtube channel support was implemented, then Youku/Tudou should be no problem. thank you. :)

yan12125 commented 7 years ago

Related: #10626