Allow for simply downloading from an MPEG Dash manifest #138

Closed
opened 2025-11-09 09:41:43 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @Sevenanths on GitHub (Nov 29, 2023).

Some sites are too niche for mainstream support (think for example of the Dutch public broadcasting company). For most sites, you can find an mpeg dash manifest by quickly checking the Network tab in Developer Tools. Unfortunately, I can't download these videos using cobalt, since the CDN the mpeg dash manifest is on is not whitelisted. Could you maybe add an exception for URLs ending in .mpd? I take you've already implemented the mpeg dash downloading in cobalt, so all I'm really asking for is the ability to skip the 'extraction' step.

Thanks! :-)

Originally created by @Sevenanths on GitHub (Nov 29, 2023). Some sites are too niche for mainstream support (think for example of the Dutch public broadcasting company). For most sites, you can find an mpeg dash manifest by quickly checking the Network tab in Developer Tools. Unfortunately, I can't download these videos using cobalt, since the CDN the mpeg dash manifest is on is not whitelisted. Could you maybe add an exception for URLs ending in `.mpd`? I take you've already implemented the mpeg dash downloading in cobalt, so all I'm really asking for is the ability to skip the 'extraction' step. Thanks! :-)
Author
Owner

@wukko commented on GitHub (Nov 29, 2023):

you can use vlc (or many other tools) for that! https://www.videolan.org/vlc/

@wukko commented on GitHub (Nov 29, 2023): you can use vlc (or many other tools) for that! https://www.videolan.org/vlc/
Sign in to join this conversation.