marcopeocchi / yt-dlp-web-ui

A terrible web ui and RPC server for yt-dlp. Designed to be self-hosted.
GNU General Public License v3.0
820 stars 85 forks source link

Some videos with too long titles cannot be downloaded because the Web UI lacks necessary setting items. #22

Closed YamatoRyou closed 1 year ago

YamatoRyou commented 1 year ago

Example: https://www.youtube.com/watch?v=dGYNinKfUR4 The original yt-dlp can solve this problem by changing the file name when downloading with -o.

marcopeocchi commented 1 year ago

In the settings it will be available a new option to override the output filename 😎

image image

marcopeocchi commented 1 year ago

Fixed by #23