MrS0m30n3 / youtube-dl-gui

A cross platform front-end GUI of the popular youtube-dl written in wxPython.
The Unlicense
9.23k stars 1.58k forks source link

possibility? #455

Open jimlynnjulian opened 4 years ago

jimlynnjulian commented 4 years ago

Youtube-dl has a filename length limitation. This isn't often an issue, but when names are too long, an altrnative method has to be found.

Since the GUI is an intermediary with Youtube-dl, is there the possibility of accomodating long filenames with intermediate processing?

A suggestion. Thanks for the GUI.

axcore commented 4 years ago

The maximum file name length usually depends on the filesystem, not on the application. Also, this application is not being developed any more.