Skip to content

Releases: Foxite/PatreonDownloader

PatreonDownloader 1.0.3 (build 2)

11 May 10:56
f974648
Compare
Choose a tag to compare

This release adds the ability to enter a custom working directory, as well as letting you enter the name of a subfolder that will be used. This is useful when downloading content from multiple creators.

All files, including posts.json and output.log will be placed in the subfolder, which should allow you to run multiple instances of this program concurrently, if you provide a different name - I have not tested this. In any case, it will help organize your downloads.

Update: The release package has been updated so that it now contains startup scripts for linux and windows.

PatreonDownloader 1.0.2

26 Jan 18:38
c204de8
Compare
Choose a tag to compare

This release adds a null check in the media download stage, and improves logging overall.

PatreonDownloader 1.0.1

18 Jan 16:03
d7835ae
Compare
Choose a tag to compare

This release adds error handling if an unknown attribute is found in post data. It also adds support for post_tags attributes.

PatreonDownloader 1.0

28 Jun 15:53
72a3f54
Compare
Choose a tag to compare

This release is stable.

Regarding the previous release's memory issues: on some systems, memory usage may rise to and even exceed 2 GB, when downloading Dropbox links. This is normal. The memory is automatically reclaimed by the GC when deemed necessary. On systems where memory usage becomes a problem, this will happen a lot sooner.

View usage instructions here.

PatreonDownloader 0.3.2

27 Jun 23:45
Compare
Choose a tag to compare
Pre-release

This releases fixes several bugs. It also allows you to resume downloading of media, rather than restart entirely, when the the previous download was interrupted.

The last issue remaining is copious memory usage when downloading media.

PatreonDownloader 0.3.1

27 Jun 19:48
Compare
Choose a tag to compare
Pre-release

This release adds error handling for the whole program. Instead of mysteriously exiting, the program now saves error details in Documents/PatreonDownloader/error.log, regardless of what happened.

PatreonDownloader 0.3

27 Jun 19:12
Compare
Choose a tag to compare
PatreonDownloader 0.3 Pre-release
Pre-release

This version lets the program automatically extract your session token from Chrome and Firefox. There is also some internal restructuring of the code.

In theory, automated extraction of browser cookies may raise red flags in your antivirus. I encourage you to be paranoid about such a warning. Do not allow it simply because I say it's fine - read the source code.

Note: As of this version, porting to Linux or Mac may no longer be possible because we use a cryptography library to decrypt Chrome's cookie database, which is only available for Windows.

View usage instructions here. View VirusTotal reports here.

PatreonDownloader 0.2

27 Jun 14:44
Compare
Choose a tag to compare
PatreonDownloader 0.2 Pre-release
Pre-release

This version supports downloading of Patreon post media and Dropbox-hosted files.