-
Notifications
You must be signed in to change notification settings - Fork 587
Description
搜索后弹窗提示

URL请求成功,应该是xpath解析失败,但是生成的dump文件是网页的登录页面
这是我的配置:
{
"title": "轻小说文库",
"host": "https://www.wenku8.net",
"query_url": "https://www.wenku8.net/modules/article/search.php",
"query_method": 1,
"query_params": "searchtype=articlename&searchkey=%s",
"query_charset": 2,
"book_name_xpath": "//[@id="content"]/table/tr/td/div/div[2]/b/a",
"book_mainpage_xpath": "//[@id="content"]/table/tr/td/div/div[2]/b/a/@href",
"book_author_xpath": "//[@id="content"]/table/tr/td/div/div[2]/p[1]",
"enable_chapter_page": 0,
"chapter_page_xpath": "",
"chapter_title_xpath": "//div[@Class='listmain']/dl/dd/a",
"chapter_url_xpath": "//div[@Class='listmain']/dl/dd/a/@href",
"enable_chapter_next": 0,
"chapter_next_url_xpath": "",
"chapter_next_keyword_xpath": "",
"chapter_next_keyword": "",
"content_xpath": "//[@id="content"]",
"enable_content_next": 0,
"content_next_url_xpath": "",
"content_next_keyword_xpath": "",
"content_next_keyword": "",
"content_filter_type": 0,
"content_filter_keyword": ""
}