murrty / youtube-dl-gui

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

give custom 'start' and 'end' time #175

Open mehargags opened 1 year ago

mehargags commented 1 year ago

I see there is custom argument section but there is no documentation provided for it. I guess, if you can implement in the GUI to be able to mention START and END times in 00:00:00 format, it would help immensely in downloading a 'segment' on the fly

murrty commented 1 year ago

The only current known method I have for it to be managed is using --download-sections "*00:00:00-00:00:10" as a argument for yt-dlp.