Update max filename length
This commit is contained in:
parent
2d9ba576d5
commit
ea4cf6df14
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ func downloadMedia(url string) (string, string, error) {
|
|||
cmd := exec.Command("yt-dlp",
|
||||
"--format", "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best",
|
||||
"--merge-output-format", "mp4",
|
||||
"--trim-filenames", "200",
|
||||
"--trim-filenames", "150",
|
||||
"--restrict-filenames",
|
||||
"--write-info-json",
|
||||
"--verbose",
|
||||
|
|
|
|||
Loading…
Reference in a new issue