dsymbol / yt-dlp-gui

A cross-platform GUI wrapper for yt-dlp written in PySide6
The Unlicense
563 stars 55 forks source link

[Suggestion] Set default settings for custom args and filename #16

Closed notBradPitt closed 1 year ago

notBradPitt commented 1 year ago

It'd be nice if custom args and filename doesn't get reset for every download. Would be very useful if for downloading bunch of videos with the same quality and same format and doesn't seem to be difficult to implement. I can make a PR if you're interested in adding this feature

dsymbol commented 1 year ago

I'll consider removing https://github.com/dsymbol/yt-dlp-gui/blob/main/app/app.py#L107 - 08 which would stop clearing of custom args and filename after download is added.

CapivaraTupiniquim commented 9 months ago

The custom args not being reset every time I open the program, would be great.