mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-Nonebot.git
synced 2026-04-01 22:04:51 +00:00
fix(lightnovel): 尝试修复轻小说推荐功能
This commit is contained in:
parent
77e052a175
commit
693a29b497
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ async def get_books():
|
||||||
cookie = f.read()
|
cookie = f.read()
|
||||||
headers1 = {
|
headers1 = {
|
||||||
'Connection': 'keep-alive',
|
'Connection': 'keep-alive',
|
||||||
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36",
|
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0',
|
||||||
'Upgrade-Insecure-Requests': '1',
|
'Upgrade-Insecure-Requests': '1',
|
||||||
'Cookie': cookie
|
'Cookie': cookie
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue