I'm trying to scrape the following URL:
link='https://www.opensubtitles.org/en/subtitleserve/sub/6646133'
When I do
html = requests.get(link)
it returns in
html.content
Gibberish (starting at b'PK\x03\x04\x14\x00\x00\x00\x08\x00z\x8c8Q\xd5H\xc5\xd7\xaf7\x00\x00\xdf\x95\x00\x00^\x00\x00\x00
...)
Why I'm not getting clear text?