Update max filename length

This commit is contained in:
Ronnie 2024-11-21 17:32:46 -08:00 committed by GitHub
parent 2d9ba576d5
commit ea4cf6df14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",