Aaditya Kumar
Aaditya Kumar

Reputation: 49

How to download videos from .mpd playlist file

I have a .mpd video file :-

https://zee5vod.akamaized.net/drm1/elemental/dash/TV_SHOWS/ZEE_TV/March2021/15032021/Seamless/BQC_Kumkum_Bhagya_CS_Ep1787_Seamless_15032021_hi_a2808b31106f106303f084b9943d5986/manifest.mpd?c3.ri=6896423658019679225

I want to download videos from this link but unsuccessful

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

youtube-dl https://zee5vod.akamaized.net/drm1/elemental/dash/TV_SHOWS/ZEE_TV/March2021/15032021/Seamless/BQC_Kumkum_Bhagya_CS_Ep1787_Seamless_15032021_hi_a2808b31106f106303f084b9943d5986/manifest.mpd

Also tried this

youtube-dl -f greatvideo+greataudio https://zee5vod.akamaized.net/drm1/elemental/dash/TV_SHOWS/ZEE_TV/March2021/15032021/Seamless/BQC_Kumkum_Bhagya_CS_Ep1787_Seamless_15032021_hi_a2808b31106f106303f084b9943d5986/manifest.mpd

But unsuccesfull

Please help someone..

Upvotes: 4

Views: 27368

Answers (3)

Ahi Akçam
Ahi Akçam

Reputation: 21

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

Upvotes: 1

jeppoo1
jeppoo1

Reputation: 698

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 abcdefg123.com/qwerty.m4s, I would replace it with abcdefg123.com/qwerty.m3u8 and use the command line command youtube-dl abcdefg123.com/qwerty.m3u8)

Upvotes: 0

Adam
Adam

Reputation: 149

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

Upvotes: 1

Related Questions