Last active
January 13, 2022 13:46
-
-
Save qwinters/5ee98a09e046f5f2eca51e9f6b9c1290 to your computer and use it in GitHub Desktop.
Youtube DL Aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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