Skip to content

Commit

Permalink
Fri, Aug 2, 2024, 9:28 PM +03:00
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdoullahBougataya committed Aug 2, 2024
1 parent 30e400b commit 91fb87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images_scrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 91fb87e

Please sign in to comment.