diff --git a/images_scrapper.py b/images_scrapper.py index e04e5ef..7ffb27f 100644 --- a/images_scrapper.py +++ b/images_scrapper.py @@ -9,4 +9,4 @@ soup = BeautifulSoup(r.text, "html.parser") search_result = soup.find("div", { "id" : "search" }) -print(search_result.find_all("a")[0]) +print(search_result)