HoverHell / RedditImageGrab

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

GIFS being saved as jpgs #45

Closed gcomyn closed 8 years ago

gcomyn commented 8 years ago

I've noticed that some gifs are being saved as jpgs. I've not looked to closely at the code to figure it out... (only had it for about an hour).

rachmadaniHaryono commented 8 years ago

this was actually the same as #40 . this caused because this program download the imgur directly using '.jpg' extension and it work. the fix is made on #41 . i will update it to support '.gif' extension.