Compare commits
4 Commits
f4310ed688
...
v1.0.8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
070d4a862c | ||
| 6543d3a170 | |||
| 0e08b1669c | |||
| 78ed401392 |
@@ -182,7 +182,11 @@ func getDownloadArgs(item Item, mpdPath string, tempDir string) ([]string, error
|
|||||||
args = append(args, "--key", key)
|
args = append(args, "--key", key)
|
||||||
}
|
}
|
||||||
|
|
||||||
args = append(args, "--auto-select")
|
args = append(args,
|
||||||
|
"--select-video", "best",
|
||||||
|
"--select-audio", "all",
|
||||||
|
"--select-subtitle", "all",
|
||||||
|
)
|
||||||
|
|
||||||
sanitizedFilename := sanitizeFilename(item.Filename)
|
sanitizedFilename := sanitizeFilename(item.Filename)
|
||||||
args = append(args, "--save-name", sanitizedFilename)
|
args = append(args, "--save-name", sanitizedFilename)
|
||||||
|
|||||||
Reference in New Issue
Block a user