fix flags
This commit is contained in:
parent
9d65fce6bc
commit
3ba0c97634
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ func (v *YoutubeVideo) download(useIPv6 bool) error {
|
||||||
"--merge-output-format",
|
"--merge-output-format",
|
||||||
"mp4",
|
"mp4",
|
||||||
"--postprocessor-args",
|
"--postprocessor-args",
|
||||||
"'-movflags faststart'",
|
"-movflags faststart",
|
||||||
"--abort-on-unavailable-fragment",
|
"--abort-on-unavailable-fragment",
|
||||||
"--fragment-retries",
|
"--fragment-retries",
|
||||||
"0",
|
"0",
|
||||||
|
|
Loading…
Reference in a new issue