Posts

Showing posts from January, 2024

How to Download Public and Membership Youtube Video

If you want to download an entire playlist at once, just put the playlist url into yt-dlp If you haven't installed yt-dlp yet, and have no idea what the hell I'm talking about, here are instructions Steps: 1. Download https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.exe 2. Install ffmpeg (Optional, but recommended) Download https://github.com/yt-dlp/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip 3. Extract the files and find ffmpeg.exe and ffprobe.exe inside the bin folder 4. Copy those two files to the same folder as yt-dlp.exe 5. Open windows explorer to the folder where you downloaded yt-dlp.exe 6. In the address bar of the the folder that yt-dlp.exe is in, type cmd and press enter 7. Then in the terminal window that opens, type yt-dlp "URL" replacing URL with the link u want to download. Wait for your video to finish downloading :smile: NOTE: If you want to download Youtube Membership videos that require an ...