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.
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.06.25. 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?
Description of your issue, suggested solution and other information
When I run youtube-dl with
-jon an older vimeo video, the url returned as part of a response is an mp4 with an mp4 file extension.Example
When I run the command on a newer video however, I get
http_dash_segments, and the url is only to a manifest and not an mp4 file.Example
My question is: Is it possible to have youtube dl return an mp4 link on the second example, or are dash_segments the only thing I'm able to get back?