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 # Defined in - @ line 1
function yt-360 --description alias\ yt-360\ youtube-dl\ -f\ \'bestvideo\[height\<=360\]+bestaudio/best\[height\<=360\]\' function yt-360
youtube-dl -f 'bestvideo[height<=360]+bestaudio/best[height<=360]' $argv; yt-dlp -f 'bestvideo[height<=360]+bestaudio/best' $argv;
end end

View File

@@ -1,4 +1,4 @@
# Defined in - @ line 1 # Defined in - @ line 1
function yt-480 --description alias\ yt-480\ youtube-dl\ -f\ \'bestvideo\[height\<=480\]+bestaudio/best\[height\<=480\]\' function yt-480
youtube-dl -f 'bestvideo[height<=480]+bestaudio/best[height<=480]' $argv; yt-dlp -f 'bestvideo[height<=480]+bestaudio/best' $argv;
end end

View File

@@ -1,4 +1,4 @@
# Defined in - @ line 1 # Defined in - @ line 1
function yt-audio --description 'alias yt-audio youtube-dl -i --extract-audio --audio-format mp3' function yt-audio
youtube-dl -i --extract-audio --audio-format mp3 $argv; yt-dlp -i --extract-audio --audio-format mp3 $argv;
end end