Skip to content

neilbryson/reddownload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reddownload

Downloader for Reddit-hosted videos (v.redd.it).

Requirements

  • ffmpeg (without this, the video would have no audio)

Installation

The latest release binaries can be downloaded here

These can be added to your PATH for easier usage in the command line.

Usage

reddownload <URL> <SAVE_TO_PATH>

Sample

reddownload https://www.reddit.com/r/Saul_Goodman_3d/comments/tz7nqy/3d_saul_goodman/ 3d_saul.mp4 

Building from source

rustup must be installed.

Run cargo build --release to generate a release binary. It will be located on target/release.

License

MIT