Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
ERROR: Couldn't get video, Dailymotion says: No Preset. #1532
Comments
|
Fixed, thanks for the report!, they just embed the video from vevo.com, so we just download from there. |
Hi,
I'm wondering if future support is planned for Dailymotion videos like the following?:
user@ubuntu:~$ sudo youtube-dl -f 18/5/17 -o '/home/user/public_html/youtubeTest/%(title)s-sd9f807sdf7.flv' --newline --verbose http://www.dailymotion.com/video/x149uew_katy-perry-roar-official_music
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-f', '18/5/17', '-o', '/home/user/public_html/youtubeTest/%(title)s-sd9f807sdf7.flv', '--newline', '--verbose', 'http://www.dailymotion.com/video/x149uew_katy-perry-roar-official_music']
[debug] youtube-dl version 2013.09.29
[debug] Python version 2.7.3 - Linux-3.2.0-49-generic-pae-i686-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[dailymotion] x149uew: Downloading webpage
[dailymotion] x149uew: Extracting information
[dailymotion] x149uew: Downloading embed page
ERROR: Couldn't get video, Dailymotion says: No Preset.
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 334, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 103, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/dailymotion.py", line 74, in _real_extract
raise ExtractorError(msg, expected=True)
ExtractorError: Couldn't get video, Dailymotion says: No Preset.
I see that http://www.dailymotion.com/embed/video/x149uew reveals the following output:
...etc., etc...
Do you guys happen to know if some method comparable to youtube encrypted signatures is being employed here? Are you aware of any way to download these videos? Perhaps there is something hidden in the 'plugins' JS files? (But I didn't see anything...)
Thanks for all of your hard work!