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-480 --description alias\ yt-480\ youtube-dl\ -f\ \'bestvideo\[height\<=480\]+bestaudio/best\[height\<=480\]\'
youtube-dl -f 'bestvideo[height<=480]+bestaudio/best[height<=480]' $argv;
function yt-480
yt-dlp -f 'bestvideo[height<=480]+bestaudio/best' $argv;
end