Downloader for submissions to reddit.com. Supports both subreddits and users. Currently does not grab comments.
$ go get -v -u github.com/The-Eye-Team/reddit-dl
--concurrency int Maximum number of simultaneous downloads. (default 10)
--save-dir string Path to a directory to save to.
-r, --subreddit string The name of a subreddit to archive. (ex. AskReddit, unixporn, CasualConversation, etc.)
-u, --user string The name of a user to archive. (ex. spez, PoppinKREAM, Shitty_Watercolour, etc.)
The flags -r
and -u
may be passed multiple times to download many reddits at once.
MIT