2014-06-07 06:06:23 -04:00
Simple Subreddit Image Downloader
==========================
2017-06-24 14:05:27 -04:00
Tired of all of those reddit downloaders which want you to install tons of dependencies and then don't work anyway? Me too.
2014-06-07 06:06:23 -04:00
*Simple Subreddit Image Downloader* is bash script which:
2019-02-17 11:55:07 -05:00
- downloads ALL images from specified subreddit in full size
- Linux/MacOS/Windows
- Parallel download
2014-06-07 06:06:23 -04:00
2020-01-19 21:29:19 -05:00
This script just downloads all directly linked images in subreddit. It can also download with a specific sort. For more complex usage, use other reddit image downloader.
2014-06-07 06:06:23 -04:00
Requirements
============
2014-06-07 06:11:23 -04:00
- bash (cygwin is OK)
- wget
2019-02-17 11:55:07 -05:00
- jq
2014-06-07 06:06:23 -04:00
Usage
=====
2020-01-19 21:29:19 -05:00
```
./download-subreddit-images.sh < subreddit_name >
./download-subreddit-images.sh < subreddit_name > < hot | new | rising | top >
./download-subreddit-images.sh < subreddit_name > top < all | year | month | week | day >
```
2014-06-08 07:21:08 -04:00
2019-03-15 16:49:27 -04:00
Script downloads images to `<subreddit_name>` folder in current directory. If you want to change that, you need to edit destination in rdit.sh for now.