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