import cfscrape from bs4 import BeautifulSoup uri = "https://nvuti.one" scraper = cfscrape.create_scraper() html_content = scraper.get(uri).content soup = BeautifulSoup(html_content,"html.parser") htmlstr = soup.find("h4",{"class":"card-title"}).text print(htmlstr)
PS Сайты без CloudFlare норм парсит