Kethsar / ytarchive

Garbage Youtube livestream downloader
MIT License
1.08k stars 87 forks source link

Batch Fragment Write Operations #206

Open Kethsar opened 1 month ago

Kethsar commented 1 month ago

Add an option (--batch-writes?) to batch up X amount of fragments and write them all at once. Will reduce disk write operations, though will also means more will have to be re-downloaded in the event of the program terminating early and is resumed.