Cannot decode content from html
I got an html content received through python requests connection, but when i try to decode it by content.decode('utf-8')
I recieve UnicodeDecodeError.
The web page (https://www.etoro.com/sapi/trade-real/instruments) uses CloudFlare protection so I had to include headers to access via requests and it should return a json file (see in the link above).