ytdl-sub/src/ytdl_sub/ytdl_additions
Jesse Bannon 30a2ad7a63
[BUGFIX] Prevent corrupt writes to download archive (#983)
Attempts to make writes to the download archive safer (https://github.com/jmbannon/ytdl-sub/issues/982).

`ytdl-sub` will now *copy* the download archive from the working directory to the output directory with a temp name, then perform a *move* to store it with its final expected name. This will drastically lower the window of time where  the process could die mid-write and corrupt it on the next read.
2024-06-02 10:53:19 -07:00
..
__init__.py setup cfg 2022-04-26 07:19:53 +00:00
enhanced_download_archive.py [BUGFIX] Prevent corrupt writes to download archive (#983) 2024-06-02 10:53:19 -07:00