Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

建议添加抓取下一页的实现 #425

Open
cyberwave opened this issue Dec 3, 2019 · 9 comments
Open

建议添加抓取下一页的实现 #425

cyberwave opened this issue Dec 3, 2019 · 9 comments

Comments

@cyberwave
Copy link

有的书源,一个章节,它偏要分为三页。而使用该软件的时候,只看到第一页的内容,再往后翻,就是下个章节了。而在该页最下面,明显有”章节名(1/3)点击下一页继续阅读“的内容。再翻页就是下一章了

@shutaozhenzhen
Copy link
Contributor

RuleContentUrlNext 正文下一页url规则
这个不就是吗

@cyberwave
Copy link
Author

RuleContentUrlNext正文下一页url规则
这个不就是吗

那我在使用该软件的时候,发现无法抓取下一页。如果一个章节分为多页的话,则自动一个章节只显示第一页的内容,再往下翻就是下一章节了。请问如何设置?

@shutaozhenzhen
Copy link
Contributor

RuleContentUrlNext正文下一页url规则
这个不就是吗

那我在使用该软件的时候,发现无法抓取下一页。如果一个章节分为多页的话,则自动一个章节只显示第一页的内容,再往下翻就是下一章节了。请问如何设置?

请给出书源,链接。
还有, @gedoor 书源教程里缺了这个,要不要加一下?

@cyberwave
Copy link
Author

RuleContentUrlNext正文下一页url规则
这个不就是吗

那我在使用该软件的时候,发现无法抓取下一页。如果一个章节分为多页的话,则自动一个章节只显示第一页的内容,再往下翻就是下一章节了。请问如何设置?

请给出书源,链接。
还有, @gedoor 书源教程里缺了这个,要不要加一下?

书源:https://m.biqugetv.com

@shutaozhenzhen
Copy link
Contributor

@cyberwave 完整书源放一下?不然不好测试

@cyberwave
Copy link
Author

@cyberwave 完整书源放一下?不然不好测试
https://m.biqugetv.com/35_35756/28131753.html

@M17764017422
Copy link
Contributor

用这个吧:
{
"bookSourceGroup": "移动",
"bookSourceName": "笔趣阁移动版",
"bookSourceUrl": "https://m.biqugetv.com",
"enable": true,
"ruleBookContent": "id.chaptercontent@textNodes",
"ruleBookLastChapter": "[email protected]@tag.a@textNodes",
"ruleChapterList": "[email protected]!0",
"ruleChapterName": "tag.a@textNodes",
"ruleChapterUrl": "[email protected]@tag.a@href",
"ruleContentUrl": "tag.a@href",
"ruleContentUrlNext": "id.pt_next@href",
"ruleSearchAuthor": "class.author@textNodes",
"ruleSearchCoverUrl": "class.lazy@data-original",
"ruleSearchIntroduce": "class.review@textNodes",
"ruleSearchList": "class.slide-item [email protected]_sale1",
"ruleSearchName": "class.title@textNodes",
"ruleSearchNoteUrl": "tag.a@href",
"ruleSearchUrl": "https://m.biqugetv.com/search.php?keyword=searchKey&t=searchPage",
"serialNumber": 0,
"weight": 0
}

@M17764017422
Copy link
Contributor

这个网站的下一章,就是下一页。没有单独的下页按钮。所以我用下章的标签链接,发现软件可以自动识别换章。
ruleContentUrlNext": "id.pt_next@href",

@M17764017422
Copy link
Contributor

@cyberwave

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants