commit afaf47d

hovercats  ·  2026-08-16 22:15:51 +0000 UTC
parent 9e881ce
ytdl: force ipv4, as this proves more reliable
1 files changed,  +1, -1
+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' $*
6+exec yt-dlp --force-ipv4 -P $DLDIR -f 'bv[ext=webm][height<=1080]+ba' $*