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.
Unable to download from dailymotion : ffmpeg 404 #8156
Comments
|
Works fine for me. Post the output of |
|
I can reproduce this (Pastebin here since Dailymotion have huge URLs) If I take the URL of the HLS playlist and give it to VLC, it can open and play it fine, but when ffmpeg requests it you get a 404. |
|
Thank for you answer. |
|
Same error with avconv instead of ffmpeg:
|
|
It works on my Ubuntu 14.04. The actual download URL seems to be different in my case. Here's the dump.
|
|
Also have this error on Arch Linux. Result of the debug check asked above is here: http://pastebin.com/6nH2VsWJ |
|
I was running into this same problem on Arch both with the distro 2016.01.09 package and latest git master. I found the patch below (which cuts off the '#cell=foo' suffixes from the m3u8 URL before passing it to ffmpeg) seems to do the trick. I'm sure this is not the correct fix and probably breaks all kinds of things, but I mention it both in the hopes it will help identify the problem, and for anyone else who (like me) just wanted a particular download from dailymotion to work.
|
…ssing In some dailymotion videos (like http://www.dailymotion.com/video/x3k0dtv from #8156) the segments URLs don't have the 'Content-Length' header and HttpFD sets the 'totat_bytes' field to None, so we also use '0' in that case (since we do different math operations with it).
|
I'm also seeing this issue, on Arch Linux, with the latest git master Are there any confirmed fixes? |
|
Hi, After downloading the latest build [youtube-dl version 2016.01.14] today, everything is working fine again. Well done! |
|
Me too, thanks ! |
Hi,
I can't download anymore from dailymotion, here is the stack :