diff --git a/app.py b/app.py index 238be09..440c83b 100644 --- a/app.py +++ b/app.py @@ -28,7 +28,9 @@ def scrape_images(query, page=0): "first": str(page * 35), "count": "35", "mmasync": "1", + "adlt": "off", }, + cookies={"SRCHHPGUSR": "ADLT=OFF"}, headers=get_headers(), timeout=10, )