How to download videos from .mpd playlist file

I have a .mpd video file :-

I want to download videos from this link but unsuccessful

I have tried to download using youtube-dl but also get unsuccessfull

youtube-dl 

Also tried this

youtube-dl -f greatvideo+greataudio 

But unsuccesfull

Please help someone..

3 Answers

The manifest in question is DRM protected, youtube-dl will not decode DRM videos and will not download streams identified as DRM.

I was able to download one video file with mpd and m4s files in the Chrome -> F12 -> Network tab. Here is what I did: I copied the link address from one of the mpd/m4s chunks, and replaced the file extension with m3u8. Then I was able to use this link to download the whole stream video with youtube-dl.

(Example: if the original url was , I would replace it with and use the command line command youtube-dl )

Vovsoft m3u8 downloader.. it's a bit slow for large videos but works like a charm.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like