rid - Reddit Image Downloader - Simple bash script to download images from a subreddit.
Go to file
Gabriel Ostrolucký 885219acd1
Fix #8: jq: error: null (null) cannot be matched, as it is not a string
2020-01-21 20:37:08 +01:00
LICENSE Initial commit 2014-06-07 12:06:23 +02:00
README.md Added sort and time range option 2020-01-21 09:27:47 +01:00
download-subreddit-images.sh Fix #8: jq: error: null (null) cannot be matched, as it is not a string 2020-01-21 20:37:08 +01:00

README.md

Simple Subreddit Image Downloader

Tired of all of those reddit downloaders which want you to install tons of dependencies and then don't work anyway? Me too.

Simple Subreddit Image Downloader is bash script which:

  • downloads ALL images from specified subreddit in full size
  • Linux/MacOS/Windows
  • Parallel download

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.

Requirements

  • bash (cygwin is OK)
  • wget
  • jq

Usage

./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>

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.