RedditImageScraper icon indicating copy to clipboard operation
RedditImageScraper copied to clipboard

Download of url.lower() causes the download to fail on imgur

Open baudren opened this issue 5 years ago • 0 comments

Hi,

just to let you know, I'm not sure why you try to download the lowercase url, but at least on imgur hosted links, this makes the download return an "image not found". By simply removing the lower() call, it's working on my side better.

https://github.com/ClarityCoders/RedditImageScraper/blob/5782976076d6413f360c0e6341c4b1354a7ad6cd/SubDownload.py#L54

Thanks for the work, I found the piece of code comparing the images nicely done!

baudren avatar Oct 27 '20 05:10 baudren