fix: missing closing parenthesis
Some checks are pending
build / build (push) Waiting to run

This commit is contained in:
Viktor Varland 2025-09-08 13:09:05 +02:00
parent a833f4be45
commit 24f45972c1
No known key found for this signature in database
GPG key ID: 940DFD5EADD1E94A

View file

@ -112,7 +112,7 @@ func Youtube(d Download, p config.Provider) {
if p.Player_client != "" {
args = append(args, "--extractor-args")
args = append(args, fmt.Sprintf("youtube:player_client=%s", p.Player_client)
args = append(args, fmt.Sprintf("youtube:player_client=%s", p.Player_client))
}
args = append(args, "--format-sort")