You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
minutesDelay: 5, // A delay (5 minutes by default) is needed between each query to avoid rate limiting (Google WILL BAN your IP if you send requests too often; experiment at your own risk)
msWait: 5000, // How long to wait for an image to load (initial thumbnail and hi res version are treated as 2 images)
maxImageIndex: 6, // How many subsequent results (by index) to try if the first one (index 0) fails
skipExisting: true, // Skip a query if an image for it is found to already exist
randomizeDelay: true // Whether to randomize the delay (between 50% and 100% of minutesDelay)