This commit is contained in:
parent
a833f4be45
commit
24f45972c1
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue