1.7 KiB
Downloading
Using YT-DLP
Download YT-DLP and place in a new folder or a folder of your choice.
Optional: Add to path for ease of use
Open a new command prompt as administrator and change directories to the folder you've placed yt-dlp.exe
Go to site of your choice, open web devoloper tools (ctrl+shift+c) and click on the network tab, and play DRM protected video.
In the filter urls type in mpd
, m3u
, or m3u8
.
Copy the url value from the search result. You can do this by: Right click -> Copy Value -> Copy URL.
Now in the command prompt you have opened execute the command yt-dlp.exe --allow-unplayable "Copied-URL-Here"
This should download two files in your yt-dlp directory, an encrpyted video file and an encrypted audio file.
Using N_m3u8DL-CLI
Download N_m3u8DL-CLI and place in a new folder or a folder of your choice.
Optional: Add to path for ease of use
Open a new command prompt as administrator and change directories to the folder you've placed N_m3u8DL-CLI_vX.X.X.exe
Go to site of your choice, open web devoloper tools (ctrl+shift+c) and click on the network tab, and play DRM protected video.
In the filter urls type in mpd
, m3u
, or m3u8
.
Copy the url value from the search result. You can do this by: Right click -> Copy Value -> Copy URL.
Now in the command prompt you have opened execute the command N_m3u8DL-CLI_vX.X.X.exe "Copied-URL-Here"
This should prompt you with avaiable qualities for video and audio, select your choices and press enter.
This should download two files in your N_m3u8DL-CLI directory, an encrpyted video file and an encrypted audio file.