tsarjak / DownloadRedditImages

Easily download all the images from any subreddit (also select sort_type if you want hot/top/new/controversial, and also sort_time day/week/month/year/all). Randomly select downloaded images and set as wallpaper, updating every 30 mins (or whenever you want duh)!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Too many requests error while downloading.

aachman22 opened this issue · comments

The website gets overloaded sometimes when this app is downloading the wallpapers.

Refer to the commit I just made. Solved this issue by making the program wait for some time if the error pops up. The program will try again after 3 seconds. Although this is just a workaround, there's not a lot of things I can do about it!

Thanks for pointing out the issue!