Maxstupo / ydl-ui

A UI for the command-line video downloader "youtube-dl"
MIT License
352 stars 34 forks source link

Import option of CSV #96

Closed hydkrash79 closed 2 years ago

hydkrash79 commented 3 years ago

I see that there is now an import feature. It would be great if it took a CSV file format. Where we could possibly import things like the filename (with the variables supported by ydl), folder path, etc.

This will truly enable a bulk upload functionality.

Maxstupo commented 3 years ago

I like the idea, but it would require a large rewrite of the existing import code. Currently, I have very little free time to work on YDL-UI.

If you use presets with URL matching and filename template variables, you shouldn't really need to specify folder paths and filenames during import.