import requests
cookies = {
'_ntes_origin_from': '',
'_ntes_nuid': 'dd39fd2632bc33c33276ac5374d5b1b9',
'YUEDUWAP': '4bf24d145357c3751df24ca2e3e02978700cde79',
}
headers = {
'accept': 'application/json, text/plain, */*',
'accept-language': 'zh-CN,zh;q=0.9',
# Requests sorts cookies= alphabetically
# 'cookie': '_ntes_origin_from=; _ntes_nuid=dd39fd2632bc33c33276ac5374d5b1b9; YUEDUWAP=4bf24d145357c3751df24ca2e3e02978700cde79',
'origin': 'https://xiaoshuo.163.com',
'referer': 'https://xiaoshuo.163.com/',
'sec-ch-ua': '"Google Chrome";v="123", "Not:A-Brand";v="8", "Chromium";v="123"',
'sec-ch-u
标签:origin,cookies,novel,zh,ntes,获取,ch,xiaoshuo.163,链接
From: https://blog.csdn.net/qq_45662588/article/details/137242911