Skip to content

Commit

Permalink
Merge pull request #83 from reteps/patch-1
Browse files Browse the repository at this point in the history
fix x-raw-image://urls
  • Loading branch information
arrrlo authored Feb 5, 2021
2 parents 463ede9 + 11dddf3 commit 133b5fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion google_images_search/google_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ def search(self, params, cache_discovery=False):
continue
except requests.exceptions.SSLError:
continue

except requests.exceptions.InvalidSchema:
continue
yield image['link']


Expand Down

0 comments on commit 133b5fc

Please sign in to comment.