17 lines
471 B
Markdown
17 lines
471 B
Markdown
|
Simple Subreddit Image Downloader
|
||
|
==========================
|
||
|
*Simple Subreddit Image Downloader* is bash script which:
|
||
|
- has minimal external dependencies
|
||
|
- downloads full-size images from subreddits
|
||
|
- is crossplatform (tested on windows with cygwin)
|
||
|
|
||
|
This script just downloads all directly linked images in subreddit. For more complex usage, use other reddit image downloader.
|
||
|
|
||
|
Requirements
|
||
|
============
|
||
|
bash (cygwin is OK)
|
||
|
wget
|
||
|
|
||
|
Usage
|
||
|
=====
|
||
|
`./rdit.sh <subreddit_name>
|