reddsaver icon indicating copy to clipboard operation
reddsaver copied to clipboard

CLI tool to download saved and upvoted media from Reddit

Results 14 reddsaver issues
Sort by recently updated
recently updated
newest added

App lauching with all env variables throw this error istantly. `Error: ReqwestError(reqwest::Error { kind: Decode, source: Error("missing field `access_token`", line: 1, column: 95) })` Runned of macOS, tried homebrew version...

This may be of limited relevance now that access to reddit’s API is about to become restricted/expensive but I noticed today that if the user’s password in the `.env` file...

* Reuses the same reqwest::Client for all the requests so cookies and user-agent can be persisted * bumps reqwest and tokio

For every video the tool currently downloads, three different videos are saved: one with without audio, one with audio, and the audio only. I assume this is something to do...