Hello
i have been trying to download a video from a site that is not supported by yt-dlp.
I have found this forum or this post to be exact: unsupported URL with yt-dlp
im not tech savy but i have tried my best to find the m3u8 file or apparently other files realted as they may not use m3u8.
i have not been able to find anything useful.
can somebody help me find the video files and subtitle files i need to have so i can download them with yt-dlp?
thanks
video link
+ Reply to Thread
Results 1 to 7 of 7
-
-
look for "mpd"
its encrypted, so heres the kid:key to decrypt
Code:825709228d8859581f410b69558bc8ff:374eddbacd88770d7a83a5be13182501
-
work fine with N_m3u8DL-RE, there in no subtitle available.
Code:N_m3u8DL-RE -M format=mkv --key 825709228d8859581f410b69558bc8ff:374eddbacd88770d7a83a5be13182501 "https://rtvedrmstaging.rtve.es/93/68/1616893/1616893_drm.mpd?idasset=1616893" --save-name video
-
Thank you for your answer.
I can find the mpd file, however i am unable to lacate the method to use the key you provided in the yt-dlp manual.
It was also my mistake to provide a video example without subtitles.
This is a better example where i was able to locate a vtt file but get an error when trying to download it.
Any help is very much appreciated. -
yt-dlp doesnt support decrypting, so you could download video and audio with yt-dlp, decrypt each part with mp4decrypt and then join it, or you can use N_m3u8DL-RE as iamghost mentioned which does it all in one command.
heres the link to the subtitle file that i found for your link.
https://www.rtve.es/resources/vtt/4/5/1512337755154.vtt
just paste the link into any downloader or browser window and it works - no special headers etc needed.
what error are you getting when trying to download the vtt? -
First keys didn't work, but these worked:
Code:5942313fbb57707d2ca1beb67574d83a:e5af23ddfa28c6abaea270a44e250a40
Last edited by Videoer; 24th Feb 2023 at 22:25.
Similar Threads
-
unsupported URL with yt-dlp
By blanc in forum Video Streaming DownloadingReplies: 9Last Post: 25th Sep 2022, 11:01 -
yt-dlp and mpd file rather than url
By ac427 in forum Video Streaming DownloadingReplies: 2Last Post: 14th Jan 2022, 11:10 -
Help with yt-dlp
By Loryanam2 in forum Video Streaming DownloadingReplies: 1Last Post: 5th Jan 2022, 11:57 -
How to obtain mpd url and license url
By pepperx in forum Newbie / General discussionsReplies: 0Last Post: 1st Oct 2021, 16:05 -
Merging url video and url audio
By lafamar in forum Video Streaming DownloadingReplies: 7Last Post: 9th Apr 2020, 03:52