Skip to content

Instantly share code, notes, and snippets.

View emagombe's full-sized avatar

Edson Magombe emagombe

View GitHub Profile
@sathishshan
sathishshan / youtube-dl.txt
Last active April 28, 2025 23:50
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