commit 62ebc2e
hovercats
·
2026-07-18 13:53:01 +0000 UTC
parent 509b8e3
ytdl: fix argument
1 files changed,
+1,
-1
M
rc/ytdl
M
rc/ytdl
+1,
-1
1@@ -9,4 +9,4 @@ if (~ $#* 0){
2 exit 1
3 }
4
5-exec yt-dlp -P $DLDIR -f 'bv[ext=webm][height<=1080]+ba' $url
6+exec yt-dlp -P $DLDIR -f 'bv[ext=webm][height<=1080]+ba' $*