AlexCSDev / PatreonDownloader

Powerful tool for downloading content posted by creators on patreon.com. Supports content hosted on patreon itself as well as external sites (additional plugins might be required).
MIT License
917 stars 95 forks source link

Fix file sequence number count #180

Closed Ovear closed 9 months ago

Ovear commented 1 year ago

Fix #163

The downloader overwrites the first two files that share the same name accidentally, and that may cause being used by another process exception and data loss.

This commit uses another method to read sequence number of the file, which may reduce the probability of resource competition (read wrong sequence number with multi-thread).

AlexCSDev commented 9 months ago

Thank you for this PR. I have reviewed it and I will have to re-implement fix for this issue a little bit differently. Still I want to thank you for your insight into why this is happening.