From 9c4bc5feee502d433624ab4ea9458d7e3ef90f8d Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Wed, 19 Jul 2023 17:24:18 +0200 Subject: [PATCH] HD download is restrict to 720p --- youtube-dl-pseudogui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube-dl-pseudogui.sh b/youtube-dl-pseudogui.sh index ad1e6e3..29bb41f 100755 --- a/youtube-dl-pseudogui.sh +++ b/youtube-dl-pseudogui.sh @@ -41,7 +41,7 @@ if [ "$choix" = "1" ];then title=$($youtubedlbinary --get-title "$url") f_telechcommence - $youtubedlbinary --output "%(title)s.%(ext)s" "$url" | tee $log | ZenityPulsate + $youtubedlbinary -f 'bestvideo[height<800]' --output "%(title)s.%(ext)s" "$url" | tee $log | ZenityPulsate f_iferr