commit d4efa15

hovercats  ·  2025-02-09 11:30:48 +0000 UTC
parent 1d7ca00
ytdl: use shorthands for bestvideo and bestaudio
1 files changed,  +1, -1
+1, -1
1@@ -16,4 +16,4 @@ if (~ $#* 0){
2 if (~ $1 -n) proxy='' && url=$2
3 if not url=$1
4 
5-exec yt-dlp -P $DLDIR -f 'bestvideo[ext=webm][height<=1080]+bestaudio' $url$proxy
6+exec yt-dlp -P $DLDIR -f 'bv[ext=webm][height<=1080]+ba' $url$proxy