HoverHell / RedditImageGrab

Downloads images from sub-reddits of reddit.com.
GNU General Public License v3.0
312 stars 80 forks source link

--update flag is not working #52

Open mfabinski opened 8 years ago

mfabinski commented 8 years ago

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 is not executed, because the error is catched before.

Fix would be: Handle the specific FileExistsException instead of a general exception.