Skip to content

Commit

Permalink
Update max filename length
Browse files Browse the repository at this point in the history
  • Loading branch information
rroller authored Nov 22, 2024
1 parent 2d9ba57 commit ea4cf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/media/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ea4cf6d

Please sign in to comment.