youtube-dl-web icon indicating copy to clipboard operation
youtube-dl-web copied to clipboard

Use video title as filename

Open tobycm opened this issue 1 year ago • 1 comments

not a fix #23 but it would be conveinent to save the file name as the title name

tobycm avatar Aug 26 '22 01:08 tobycm

I implemented the title input as a query in server.py, just don't know how to implement it to frontend. We can encode the input and put them in filename* so dangerous characters like ; will not be interpreted by browsers?

tobycm avatar Aug 27 '22 00:08 tobycm