5 lines
225 B
Fish
5 lines
225 B
Fish
# Defined in - @ line 1
|
|
function yt-360 --description alias\ yt-360\ youtube-dl\ -f\ \'bestvideo\[height\<=360\]+bestaudio/best\[height\<=360\]\'
|
|
youtube-dl -f 'bestvideo[height<=360]+bestaudio/best[height<=360]' $argv;
|
|
end
|