RedditImageGrab
RedditImageGrab copied to clipboard
Downloads images from sub-reddits of reddit.com.
Write metadata in `.json`. So you have nice info about the picture, like the title and source url, both together in the same place.
The title of the topic speaks for itself. How to do it?
C:\Users\user\Desktop\RedditImageGrab-master>setup.py File "C:\Users\Admin\Desktop\RedditImageGrab-master\setup.py", line 2 SyntaxError: encoding problem: utf8 On windows 8. I obviously had python 3 installled.
Would it be easy to add proxy support? Imgur is really limiting speeds...
hi @HoverHell will there be update for next version of the program? i want to ask if it is possible to do the following - review the issues - merging...
The range can be very big, allowing you to bypass the 1000 post limit and to download almost every post of a subreddit. Simply call with ''--timestamps 1206826595 1342905912', for...
If possible, please merge this pull request into a new branch. My fork has been adapted to Python 3. Here's a summary of my changes in my merge-ready branch: -...
fix #52 by adding the specific exception handler in the inner exception handling block. Now the update flag works as supposed: ``` matthias@seth:~/git/RedditImageGrab$ python redditdl.py cats ~/Bilder/cats --num 5 --update...
All png files I download are saved with a .jpg extension. I have to run http://askubuntu.com/a/631914/376812 to fix the filetype.
The --update flag should abort the downloading, if one already downloaded image should be downloaded again. In this case the script should abort the download. The exception handler for FileExistsException...