Skip to content

Releases: Liru/tumblr-downloader

v1.5.3-debug: Save tumblr response when unmarshaling fails

03 Mar 01:36
Compare
Choose a tag to compare

Saving tumblr's response, post-trim, to see what's going on.

v1.5.3

13 Nov 00:57
Compare
Choose a tag to compare

Improved downloader startup time.
Added pre-1.5 command line flags.

Occasionally think that it may be worth it to go back to a pre-hardlink architecture to speed up the startup time.

Halp.

1.5.2: Fix "Unmarshal: invalid character ';' after top-level value" error

17 Sep 22:46
Compare
Choose a tag to compare
Tumblr API added an extra newline to the JSON request. This change
lops that off.

TODO: Actually check for the last '}' character and trim to there.

Resolves #35 for now.

v1.5.1

14 Aug 02:22
Compare
Choose a tag to compare

Slight fix to video parsing to fix being able to download videos.

v1.5.0

01 May 22:35
Compare
Choose a tag to compare

Add hardlinking. This allows saving space at the cost of extra memory needed to track each file while downloading.

Add config file for frequently-similar options.

v1.4.1: Mostly refactoring changes.

05 Mar 03:16
Compare
Choose a tag to compare
Bugfix involving download not working.

Gfycat files will now be renamed appropriately. #19

v1.4.0

29 Feb 02:03
Compare
Choose a tag to compare

Added progress bar, download directory, summary, server mode, and version tracker.

Reduced CPU usage and improved speed.

Fixed problem involving saving the last post ID downloaded.

v1.3.2

03 Feb 05:44
Compare
Choose a tag to compare
Bugfix involving video parsing and downloading

v1.3.1

20 Jan 22:16
Compare
Choose a tag to compare

Fixed a bug where files weren't properly detected before download, causing a redownload of everything

v1.3.0

16 Jan 04:53
Compare
Choose a tag to compare
Added video downloading functionality, and increased default speed.