From f79e5bb76ad34a55bb3db2984bd74eac9703294e Mon Sep 17 00:00:00 2001 From: TPD94 <> Date: Fri, 17 Nov 2023 00:39:21 -0500 Subject: [PATCH] Create README.md --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1219a2d --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file