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

Keep file sequence number for file shares same name #181

Open Ovear opened 1 year ago

Ovear commented 1 year ago

Hi,

As I mentioned in PR of UniversalDownloaderPlatform. Currently, the order that files actually download will be a little random due to multi-thread, thus the sequence number assigned to those urls may also be different even we keep the order in url list.

It should make sense to find a method to persist the sequence number.