Files
dotfiles/.config/fish/functions/yt-480.fish
2022-08-16 22:52:40 +02:00

5 lines
103 B
Fish

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