Skip to content

Instantly share code, notes, and snippets.

@qwinters
Last active January 13, 2022 13:46
Show Gist options
  • Save qwinters/5ee98a09e046f5f2eca51e9f6b9c1290 to your computer and use it in GitHub Desktop.
Save qwinters/5ee98a09e046f5f2eca51e9f6b9c1290 to your computer and use it in GitHub Desktop.
Youtube DL Aliases
alias yt-dl="yt-dlp -N 4 --restrict-filenames"
alias yt-video="yt-dlp -N 4 --restrict-filenames --no-playlist"
alias yt-playlist="yt-dlp -N 4 --restrict-filenames --yes-playlist"
alias yt-music="yt-dlp -N 4 --restrict-filenames --yes-playlist --extract-audio"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment