added 1080p limit to Y and Yall
This commit is contained in:
parent
b728dde98d
commit
de6dbf81ce
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ alias gitc="git commit"
|
|||
alias gitp="git push"
|
||||
alias gitl="git log --shortstat --graph"
|
||||
alias gitd="git diff --word-diff"
|
||||
alias Y="noglob youtube-dl --no-check-certificate"
|
||||
alias Y="noglob youtube-dl --no-check-certificate -f 'bestvideo[height<=1080]+bestaudio/best[height<=1080]'"
|
||||
alias Yall="noglob youtube-dl --no-check-certificate -o \"%(autonumber)s-%(title)s.%(ext)s\""
|
||||
alias Ytune="noglob youtube-dl --no-check-certificate -x --audio-format vorbis --audio-quality 4"
|
||||
alias units="units -v"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue