marcopeocchi / yt-dlp-web-ui

A terrible web ui for yt-dlp. Designed to be self-hosted.
Mozilla Public License 2.0
657 stars 67 forks source link

error : ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION #154

Closed ggpq closed 3 weeks ago

ggpq commented 1 month ago

Version running docker : marcobaobao/yt-dlp-webui latest yt-dlp v2024.04.09

Describe the bug When you press the file download button, if a , (comma) is included in the YouTube title (file name), the following error is displayed in the Chrome browser. ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION

To Reproduce Steps to reproduce the behavior:

1 Download a YouTube video with , (comma) in the title. 2 In the home or archive menu, press the download button for the file with , (comma) in the file name. 3 If your browser is Chrome, the error below is displayed and the download does not work. ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION

Expected behavior I want to receive files containing , (comma)

Screenshots n/a

Additional context Thank you for your effort.