mirror of
https://cdm-project.com/How-To/Downloading-Video-and-Audio.git
synced 2025-04-29 19:24:27 +02:00
Create README.md
This commit is contained in:
commit
f79e5bb76a
39
README.md
Normal file
39
README.md
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
## Downloading
|
||||||
|
|
||||||
|
### Using YT-DLP
|
||||||
|
|
||||||
|
Download [YT-DLP](https://cdm-project.com/Download-Tools/yt-dlp "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](https://cdm-project.com/Download-Tools/N_m3u8DL-CLI "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.
|
Loading…
x
Reference in New Issue
Block a user