Downloader for Reddit-hosted videos (v.redd.it).
- ffmpeg (without this, the video would have no audio)
The latest release binaries can be downloaded here
These can be added to your PATH
for easier usage in the command line.
reddownload <URL> <SAVE_TO_PATH>
reddownload https://www.reddit.com/r/Saul_Goodman_3d/comments/tz7nqy/3d_saul_goodman/ 3d_saul.mp4
rustup must be installed.
Run cargo build --release
to generate a release binary. It will be located on target/release
.