|
@@ -65,10 +65,10 @@ class Follow:
|
|
|
url = 'https://haokan.baidu.com/web/author/listall?'
|
|
|
headers = {
|
|
|
'Accept': '*/*',
|
|
|
- 'Accept-Encoding': 'gzip, deflate, br',
|
|
|
+ 'Accept-Encoding': 'gzip, deflate',
|
|
|
'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',
|
|
|
+ # 'Connection': 'keep-alive',
|
|
|
'Content-Type': 'application/x-www-form-urlencoded',
|
|
|
'Cookie': Feishu.get_values_batch(log_type, 'haokan', '5LksMx')[0][0],
|
|
|
'Referer': 'https://haokan.baidu.com/author/'+str(out_id),
|
|
@@ -228,10 +228,10 @@ class Follow:
|
|
|
}
|
|
|
headers = {
|
|
|
'Accept': '*/*',
|
|
|
- 'Accept-Encoding': 'gzip, deflate, br',
|
|
|
+ 'Accept-Encoding': 'gzip, deflate',
|
|
|
'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',
|
|
|
+ # 'Connection': 'keep-alive',
|
|
|
'Content-Type': 'application/x-www-form-urlencoded',
|
|
|
'Cookie': 'PC_TAB_LOG=video_details_page; COMMON_LID=b0be69dd9fcae328d06935bd40f615cd; Hm_lvt_4aadd610dfd2f5972f1efee2653a2bc5=1669029953; hkpcvideolandquery=%u82CF%u5DDE%u6700%u5927%u7684%u4E8C%u624B%u8F66%u8D85%u5E02%uFF0C%u8F6C%u4E00%u8F6C%u91CC%u8FB9%u8C6A%u8F66%u592A%u591A%u4E86%uFF0C%u4EF7%u683C%u66F4%u8BA9%u6211%u5403%u60CA%uFF01; Hm_lpvt_4aadd610dfd2f5972f1efee2653a2bc5=1669875695; ariaDefaultTheme=undefined; reptileData=%7B%22data%22%3A%22636c55e0319da5169a60acec4a264a35c10862f8abfe2f2cc32c55eb6b0ab4de0efdfa115ea522d6d4d361dea07feae2831d3e2c16ed6b051c611ffe5aded6c9f852501759497b9fbd2132a2160e1e40e5845b41f78121ddcc3288bd077ae4e8%22%2C%22key_id%22%3A%2230%22%2C%22sign%22%3A%22f6752aac%22%7D; RT="z=1&dm=hao123.com&si=uc0q7wnm4w&ss=lb4otu71&sl=j&tt=av0&bcn=https%3A%2F%2Ffclog.baidu.com%2Flog%2Fweirwood%3Ftype%3Dperf&ld=1rdw&cl=7v6c"',
|
|
|
'Pragma': 'no-cache',
|