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
969 stars 99 forks source link

Does this support sync downloads? #140

Closed crsleeth closed 2 years ago

crsleeth commented 2 years ago

When this app downloads a Patreon page for content does it re-download overwriting previous downloads? Or does it only download new Patreon posts since the last time it was ran?

For example if I download all 100 episodes of a weekly podcast and then one week later run the app again does it re-download all 100 episodes or just the new one?

AlexCSDev commented 2 years ago

In most cases it should not re-download already existing files by default. Depending on the server where the file is hosted the check might range from file existance check to file size comparison. If remote file size is available and file size comparison fails the old file is backed up and new one is downloaded in its place.

The only time there might be issues is when creator adds additional files to already existing posts.