Skip to content

Instantly share code, notes, and snippets.

View muhammadahmedazizi's full-sized avatar
💭
git push -yourself "to become the best code generator"

Muhammad Ahmed muhammadahmedazizi

💭
git push -yourself "to become the best code generator"
View GitHub Profile
@philosopherdog
philosopherdog / youtube-dl-cheat.txt
Created March 21, 2017 13:08
youtube-dl cheat sheet
# Basic Download:
youtube-dl URL
# Download Playlist, put in folder, and index with order:
youtube-dl -o '%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' URL
# Download to /$uploader/$date/$title.$ext:
youtube-dl -o '%(uploader)s/%(date)s/%(title)s.%(ext)s' URL
# Download playlist starting from certain video: