|
@@ -65,7 +65,7 @@ class Follow:
|
|
|
url = 'https://haokan.baidu.com/web/author/listall?'
|
|
|
headers = {
|
|
|
'Accept': '*/*',
|
|
|
- 'Accept-Encoding': 'gzip, deflate',
|
|
|
+ 'Accept-Encoding': 'gzip, deflate, br',
|
|
|
'Accept-Language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6',
|
|
|
'Cache-Control': 'no-cache',
|
|
|
'Connection': 'keep-alive',
|
|
@@ -73,6 +73,7 @@ class Follow:
|
|
|
'Cookie': Feishu.get_values_batch(log_type, 'haokan', '5LksMx')[0][0],
|
|
|
'Referer': 'https://haokan.baidu.com/author/'+str(out_id),
|
|
|
'Pragma': 'no-cache',
|
|
|
+ 'Host': 'haokan.baidu.com',
|
|
|
'sec-ch-ua': '"Not?A_Brand";v="8", "Chromium";v="108", "Microsoft Edge";v="108"',
|
|
|
'sec-ch-ua-mobile': '?0',
|
|
|
'sec-ch-ua-platform': '"macOS"',
|