From 88ac861241d9df7c4b8523e87fc2e27be919041f Mon Sep 17 00:00:00 2001 From: AbdoullahBougataya Date: Fri, 2 Aug 2024 18:55:44 +0000 Subject: [PATCH] Fri, Aug 2, 2024, 9:55 PM +03:00 --- images_scrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images_scrapper.py b/images_scrapper.py index f4048dc..5af12a5 100644 --- a/images_scrapper.py +++ b/images_scrapper.py @@ -8,5 +8,5 @@ r = requests.get(goog_search) soup = BeautifulSoup(r.text, "html.parser") -search_result = soup.find_all("a", {"data-ved" : ""}) +search_result = soup.find_all("a", {"data-ved" : "2ahUKEwj21_Cf_daHAxVL1zgGHWfiDjAQFnoECAsQAg"}) print(search_result)