Commit 6fda3ffb authored by 段英荣's avatar 段英荣

加入并发

parent 3a5d56a3
......@@ -370,6 +370,8 @@ class ZhihuAccount(object):
res = self.session.get(query_by_word_url,allow_redirects=False)
print(10*"*")
print(query_by_word_url)
print(res)
raw_content = brotli.decompress(res.content)
print(type(raw_content))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment