There was an error while loading. Please reload this page.
1 parent 8dc57a1 commit 9f7f6ffCopy full SHA for 9f7f6ff
1 file changed
powershell/yt-download.ps1
@@ -402,10 +402,10 @@ if ($url -and -not $install -and -not $uninstall) {
402
403
if ($QUALITY) {
404
if ($QUALITY -ieq "best") {
405
- $videoQuality = "bestvideo+bestaudio"
+ $videoQuality = "bestvideo+bestaudio/best"
406
}
407
else {
408
- $videoQuality = "bestvideo[vcodec^=avc1][height<=$QUALITY]+bestaudio[ext=m4a]/bestvideo[height<=$QUALITY]+bestaudio"
+ $videoQuality = "bestvideo[vcodec^=avc1][height<=$QUALITY]+bestaudio[ext=m4a]/bestvideo[height<=$QUALITY]+bestaudio/best"
409
410
411
$global:options = @(
0 commit comments