From 33b90d35c47eb857f5a2d29583b9c7cd5507572a Mon Sep 17 00:00:00 2001 From: AbdoullahBougataya Date: Fri, 2 Aug 2024 18:51:34 +0000 Subject: [PATCH] Fri, Aug 2, 2024, 9:51 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 2b978ea..9bf4328 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("div", { "class" : "cnt" }) +search_result = soup.find_all("div", { "id" : "cnt" }) print(search_result)