Understand Content-Encoding: br and Decompress String – Python Web Crawler Tutorial

When you are crawling web page, you may find http response return a br content encoding, which means web page is compressed by Brotli algorithm. In this tutorial, we will introduce this compress algorithm and decompress it.