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.
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])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?
I am attempting to download a video from an
.mpdfile and I am getting the following error output:When looking within the .mpd file, this value is found within this block of the file:
This appears to be an issue of the program attempting to cast the float to an int and it cannot, so it's throwing an error. I saw that a bug fix was pushed to allow floats, but it doesn't appear to be working within the current version of the program.