Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import requests
- from bs4 import BeautifulSoup
- soup = BeautifulSoup(requests.get("https://www.nyaa.se/").text, 'html.parser')
- qqq = soup.find_all("td", {"tlistname"})
- for www in qqq:
- print (www.text)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement