XIU2 / Yuedu

📚「阅读」APP 自用书源(网络小说)
https://yuedu.xiu2.xyz
GNU General Public License v3.0
8.38k stars 567 forks source link

反馈问题:大文学无错小说网的搜索出错了 #63

Closed xiaozixun closed 2 years ago

xiaozixun commented 2 years ago

阅读版本(我的 - 关于 - 版本,如 3.20.112220)

3.22.101421

书源名称

大文学无错小说网

问题描述(最好写上 复现步骤,特别是一些复杂的问题)

明明网站上有小说却无法在阅读的搜索里找到它。我在网页上试了下发现网站在搜索之前需要先验证,不知道能跳过吗?

XIU2 commented 2 years ago

如果网站搜索页加了人机验证,那么还是可以制作成书源的,不过缺点就是,搜索速度很慢、有概率搜索失败、每次搜索都要人机验证(成功后可能几个小时内将不再弹出)。 具体见: #59

XIU2 commented 2 years ago

手机版好像没有在搜索页加人机验证,因此可以搜索页用手机版,详情页、目录页、正文页等都用电脑版。

{
    "bookSourceComment": "",
    "bookSourceGroup": "",
    "bookSourceName": "大文学无错小说网 - 手机版",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.wcxsw.org",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customOrder": 20,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": false,
    "enabledReview": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1667111897421,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 180000,
    "ruleBookInfo": {
        "author": "//meta[@property='og:novel:author']/@content",
        "coverUrl": "//meta[@property='og:image']/@content",
        "intro": "//meta[@property='og:description']/@content",
        "kind": "//meta[@property='og:novel:category']/@content",
        "lastChapter": "//meta[@property='og:novel:latest_chapter_name']/@content",
        "name": "//meta[@property='og:novel:book_name']/@content"
    },
    "ruleContent": {
        "content": "id.content.0@html##【.+?咪咪.+?】|【(话说|讲真|推荐).+?】",
        "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
        "author": "tag.p.0@text##作者:",
        "bookList": "tag.dl",
        "bookUrl": "tag.a.0@href##m\\.##www.",
        "kind": "class.s1.0@text",
        "lastChapter": "",
        "name": "tag.a.0@text##^\\[(连载|完结)\\]"
    },
    "ruleToc": {
        "chapterList": "//div[@id=\"list\"]/dl/dt[last()]/following-sibling::dd/a",
        "chapterName": "text",
        "chapterUrl": "href"
    },
    "searchUrl": "/search.php,{'charset':'utf-8','body':'keyword={{key}}&submit=搜索','method':'POST'}",
    "weight": 83
}
XIU2 commented 2 years ago

已经加入该项目书源列表了,你直接更新书源吧。