murrty / youtube-dl-gui

Download/Convert videos from websites without needing to learn command line
GNU General Public License v3.0
430 stars 44 forks source link

Add option to change the batch download path #71

Closed Juliana1989 closed 3 years ago

Juliana1989 commented 3 years ago

Hello, i would like to change the batch download path (i use custom video with add header x-li-identity) - youtube-dl-gui adds all the time "# Batch Downloads #/timestamp/" to my -o path. its annoying i saw this in your file:

Forms/frmBatchDownloader.cs

            string BatchTime = "\\# Batch Downloads #" + BatchDownloader.CurrentTime()

in Line 292

could you add an option to ignore this or at least to change this? thank you very much.

a happy new year!

murrty commented 3 years ago

i added this as an option, which will come out next update. eventually.