Initial commit
This commit is contained in:
4
.config/fish/functions/yt-360.fish
Normal file
4
.config/fish/functions/yt-360.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
# 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
|
Reference in New Issue
Block a user