Reddsaver Versions Save

CLI tool to download saved and upvoted media from Reddit

v0.4.0

2 years ago

v0.3.3

2 years ago

v0.3.2

3 years ago
  • Use --upvoted flag to download media from upvoted posts instead of saved posts. Defaults to saved posts.
  • The --unsave flag has been renamed to --undo. This flag unsaves the post or undoes the upvote based on the context (whether downloading upvoted or saved posts)

v0.3.1

3 years ago

This is a bugfix release. It resolves some issues where the program would exit on failure related to the Network or I/O.

Changelog

  • Skip downloading the media when one of the following occurs instead of exiting the application:
    • If the media URL cannot be resolved
    • If the response from the remote URL is invalid
    • If the response body cannot be encoded
    • If Image if the file cannot be created
    • If title contains characters unsupported by the file system and human readable file names are used
  • Bump version to v0.3.1

v0.3.0

3 years ago

Changelog

  • More media support!
    • Adds support for images, videos and GIFs from Reddit, Imgur, Giphy, Gfycat
    • See README for more details
  • Support for unsaving posts after downloading
  • Filter and download saved posts from given subreddits
  • Now also available to install as a homebrew tap!

v0.2.3

3 years ago

This is a bug fix release. The following issues when using human-readable file names have been resolved:

  • Replace path delimiter characters to underscores (Resolves #5)
  • Use path name suffixes for individual images when downloading reddit galleries (Resolves #6)

v0.2.2

3 years ago

Changelog

  • --dry-run: talks to the Reddit API and just displays the list of images to download
  • --human-readable: Use human readable file names instead of MD5 hashed file names
  • --show-config: Shows the configuration that reddsaver uses (with sensitive credentials masked)

v0.2.0

3 years ago

v0.1.1

3 years ago

v0.1.0

3 years ago