Change for yt-dlp

This commit is contained in:
2022-08-16 22:52:40 +02:00
parent 1e3475a4ae
commit 454e77d877
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +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;
function yt-360
yt-dlp -f 'bestvideo[height<=360]+bestaudio/best' $argv;
end