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.
Dash Manifest - mpd file #2790
Dash Manifest - mpd file #2790
Comments
|
It's not possible to get the manifest url, but the urls for the formats that it contains are stored in the json dictionary. I think that getting the manifest is not the purpose of youtube-dl, so I'm closing the issue |
Hi,
I have just started using this code, and I am trying to use youtube-dl in order to get the *.mpd file of the video. (video's manifest)
I was using --youtube-include-dash-manifest, hoping this could help but didn't see any link to the manifest, or the manifest itself.
Can I use this tool in order to get it?
and if so, what should be the command line?
I am currently using the following:
youtube-dl.exe --write-info-json --youtube-include-dash-manifest URL "https://www.youtube.com/watch?v=5xvNVkvwKSg"