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 ./download-subreddit-images.sh ./download-subreddit-images.sh top ``` Script downloads images to `` folder in current directory. If you want to change that, you need to edit destination in rdit.sh for now.