subdown2
============================

A script that automatically downloads all images from a certain subreddit.

###Installation
For a stable install run
```
pip install subdown2
```
If you wish to run the latest copy out of git
```
python setup.py install
```
Run it by using:
```
subdown2 subreddit[,subreddit] #
```



###TODO:

 - Add support for Imgur albums

 - Add support for images hosted on tumblr

 - Better error catching

### Feature Requests

 - Use threading

### Credits

 - [memegrab.py](https://github.com/Ropes/MemeGrab) by [Josh Roppo](https://github.com/Ropes)

 - Original [subdown.py](https://github.com/radiosilence/subdown.py) script by [James Cleveland](https://github.com/radiosilence)
