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
693a29b497
commit
da5d1af48c
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ from bs4 import BeautifulSoup
|
||||||
from src.configs.api_config import wenku8_username, wenku8_password
|
from src.configs.api_config import wenku8_username, wenku8_password
|
||||||
|
|
||||||
# 登录页面的URL
|
# 登录页面的URL
|
||||||
login_url = 'https://www.wenku8.net/login.php?jumpurl=http%3A%2F%2Fwww.wenku8.net%2Findex.php'
|
login_url = 'https://www.wenku8.cc/login.php?jumpurl=http%3A%2F%2Fwww.wenku8.net%2Findex.php'
|
||||||
index_url = 'https://www.wenku8.net/index.php'
|
index_url = 'https://www.wenku8.cc/index.php'
|
||||||
|
|
||||||
headers = {
|
headers = {
|
||||||
'Accept-Language': 'zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2',
|
'Accept-Language': 'zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue