Change for yt-dlp
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| # Defined in - @ line 1 | ||||
| function yt-audio --description 'alias yt-audio youtube-dl -i --extract-audio --audio-format mp3' | ||||
| 	youtube-dl -i --extract-audio --audio-format mp3 $argv; | ||||
| function yt-audio | ||||
| 	yt-dlp -i --extract-audio --audio-format mp3 $argv; | ||||
| end | ||||
|   | ||||
		Reference in New Issue
	
	Block a user