Skip to content

Commit

Permalink
trim filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
rroller authored Nov 15, 2024
1 parent 8ade526 commit 8ff36ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/media/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,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",
"--restrict-filenames",
"--write-info-json",
"--verbose",
Expand Down

0 comments on commit 8ff36ca

Please sign in to comment.