HD download is restrict to 720p

This commit is contained in:
Djan GICQUEL 2023-07-19 17:24:18 +02:00
parent ca7ba89d7d
commit 9c4bc5feee
1 changed files with 1 additions and 1 deletions

View File

@ -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