Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import zlib | |
import struct | |
import json | |
import html5lib | |
import re | |
import pprint | |
_gzip_header = b"\x1f\x8b\x08\x00\x00\x00\x00\x00\x02\xff" |