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
|
|
|
|
|
|
|
This script just downloads all directly linked images in subreddit. For more complex usage, use other reddit image downloader.
|
|
|
|
|
|
|
|
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
|
|
|
|
=====
|
2019-02-17 11:55:07 -05:00
|
|
|
`./download-subreddit-images.sh <subreddit_name>`
|
2014-06-08 07:21:08 -04:00
|
|
|
|
2014-06-08 07:20:25 -04:00
|
|
|
Script downloads images to folder named "down" in current directory. If you want to change that, you need to edit destination in rdit.sh for now.
|