• 2024.06.02.post1 30a2ad7a63

    Ghost released this 2024-06-02 19:53:19 +02:00 | 236 commits to master since this release

    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.

    Downloads