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
Description
The Google Image Search API was updated to have a limit of 100 images per query. This means that consecutively downloading, for example, 200 images will fail.
To Reproduce
To reproduce the behavior, run the following code:
Description
The Google Image Search API was updated to have a limit of 100 images per query. This means that consecutively downloading, for example, 200 images will fail.
To Reproduce
To reproduce the behavior, run the following code:
Expected behavior
It should ideally download 200 images and verify their integrity before downloading.
Screenshots
Additional context
I have teamed up with @arrrlo who made the
GoogleImageSearch
module for Python with the issue also posted on @arrrlo's repo.This requires the module
pyparsing==2.4.2
which is part of a circular dependency issue(#4 ).The text was updated successfully, but these errors were encountered: