jely2002 / youtube-dl-gui

A cross-platform GUI for youtube-dl made in Electron and node.js
GNU Affero General Public License v3.0
6.4k stars 438 forks source link

Download playlists into a folder named after the playlist #507

Open tranquilcarbon opened 8 months ago

tranquilcarbon commented 8 months ago

Is your feature request related to a problem? Please describe. Currently, if a playlist is downloaded, all videos go into the selected download folder (for example, C:\Downloads\OVD), meaning if someone wants to download multiple playlists, they have to wait until the first one is downloaded, then move it to a folder they created. This must be repeated for each folder. As you can imagine, this is time consuming.

This has been requested before, namely, #324 & #254

Describe the solution you'd like I would like a option to create a folder using the name of a playlist, or ask the user what the folder should be called, upon adding a playlist link.

Describe alternatives you've considered I don't believe there are any alternative solutions

Additional context I do not have any additional context.