Kethsar / ytarchive

Garbage Youtube livestream downloader
MIT License
1.01k stars 83 forks source link

--disable-save-state #177

Closed on1razor closed 1 month ago

on1razor commented 4 months ago

Add option (example --disable-save-state) to completely disable .state files for history storage, in some ytarchive based scripts it's just unnecessary. I also have a suggestion, it would be possible to use one .state file to record information about the current segment for both video and audio instead of two separate files to improve the aesthetic part =) Thanks

sirinsidiator commented 4 months ago

Isn't that what --no-save-state already does?

Kethsar commented 4 months ago

Not quite, --no-save-state still makes the state files, it just doesn't ask if you want to keep them when you cancel the download. So this new opt will need to be added.