The problem is this: from the browser the site opens with a bang, but when you send it a get request using requests, it returns error 403. What could be the problem?
import requests r = requests.get("http://<тут адрес сайта>") And this happens only with this site (hltv.org). Does it have some kind of protection?