Skip to content

Instantly share code, notes, and snippets.

@bugtestingbb
bugtestingbb / youtube-dl.txt
Created October 5, 2024 06:05 — forked from sathishshan/youtube-dl.txt
Download youtube private or member videos
#single video
youtube-dl --cookies youtube.com_cookies.txt "URL"
#playlist
youtube-dl --yes-playlist --cookies youtube.com_cookies.txt "URL"
You can use: --playlist-start, --playlist-end, --playlist-reverse or --playlist-items to achieve this goal.
#Note: cookie should be in Netscape format