Files
dotfiles/.config/fish/functions/yt-480.fish
2021-11-21 21:07:53 +01:00

5 lines
225 B
Fish

# Defined in - @ line 1
function yt-480 --description alias\ yt-480\ youtube-dl\ -f\ \'bestvideo\[height\<=480\]+bestaudio/best\[height\<=480\]\'
youtube-dl -f 'bestvideo[height<=480]+bestaudio/best[height<=480]' $argv;
end