This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This script was written to illustrate libraries that could be used to improve upon | |
the efficiency of a script posted to /r/learnprogramming: | |
Original script: | |
https://github.com/aesptux/download-reddit-saved-images/blob/master/script.py | |
Reddit post | |
http://www.reddit.com/r/learnprogramming/comments/14dojd | |
/pythoncode_review_script_to_download_saved_images/ | |
""" | |
from urllib2 import Request, urlopen |