Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
1) Download Python
2) Install Beautifulsoup pip install bs4
. as well as requests pip install requests
, via Win+R or cmd
3) Here is the BeautifulSoup documentation , here is requests . Here are some code examples.
4) Write code through trial and error.
5) Profit.
This way you can get links
item = soup.find('a', class_="sih-inspect-magnifier")
print(item[href])
there is a beautifulsoup library for this, it allows you to get all the tags and work with them conveniently
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question