response = requests.get(url)
response.encoding = response.apparent_encoding
body = response.text