Initial commit

This commit is contained in:
2021-11-21 21:07:53 +01:00
commit a12393ac39
40 changed files with 9929 additions and 0 deletions

View 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