Skip to content

Commit

Permalink
Fri, Aug 2, 2024, 10:19 PM +03:00
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdoullahBougataya committed Aug 2, 2024
1 parent 5394c4d commit 9a5a9b9
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 @@ -17,4 +17,4 @@
wikipedia_link = str(the_link.get('href')).removeprefix("/url?q=").split("&")[0]
r = requests.get(wikipedia_link)
soup = BeautifulSoup(r.text, "html.parser")
print(soup.find_all("img")[0])
print(soup.find_all("img")[3])

0 comments on commit 9a5a9b9

Please sign in to comment.