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",
|
||||
"mp4",
|
||||
"--postprocessor-args",
|
||||
"'-movflags faststart'",
|
||||
"-movflags faststart",
|
||||
"--abort-on-unavailable-fragment",
|
||||
"--fragment-retries",
|
||||
"0",
|
||||
|
|
Loading…
Reference in a new issue