fix 403 error
This commit is contained in:
parent
0ccc6e7979
commit
fbe09a692c
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ func (v *YoutubeVideo) download() error {
|
||||||
"-o" + strings.TrimSuffix(v.getFullPath(), ".mp4"),
|
"-o" + strings.TrimSuffix(v.getFullPath(), ".mp4"),
|
||||||
"--merge-output-format",
|
"--merge-output-format",
|
||||||
"mp4",
|
"mp4",
|
||||||
|
"--rm-cache-dir",
|
||||||
"--postprocessor-args",
|
"--postprocessor-args",
|
||||||
"-movflags faststart",
|
"-movflags faststart",
|
||||||
"--abort-on-unavailable-fragment",
|
"--abort-on-unavailable-fragment",
|
||||||
|
|
Loading…
Reference in a new issue