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.
Outputted URLs only contain locations of the manifest files #5799
Comments
|
No, unfortunately they only provide the video via Adobe HDS or HLS, which split the video in multiple fragments so we can't provide a single url to the file. If you use |
|
That makes sense, thanks for your answer. Off-topic question: is it possible to set the location of the saved files? |
Have you look into the |
|
I had not. |
I am using
-gto get the URL of the video files.Some websites (SVT Play, TV3 Play, TV5 Play, TV6 Play, and many more) all output the location of the manifest files instead of the video files.
I've tried opening one of the manifest files (roughly 30 KB large) and it only contains encrypted locations of the video files. When I however remove
-gyoutube-dl is able to perfectly download and save the FLV to my PC.Would it be possible to have youtube-dl paste the URL of the FLV instead of the manifest?