MalloyDelacroix / DownloaderForReddit

The Downloader for Reddit is a GUI application with some advanced features to extract and download submitted content from reddit.
GNU General Public License v3.0
511 stars 48 forks source link

Added handling of URL #68

Closed zacker150 closed 5 years ago

zacker150 commented 5 years ago

I discovered that the Imgur API will occasionally append an extraneous ?1 query to the end of the URL for images in an album.

This commit handles this case.