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

网站章节列表部分章节没有url导致缺章 #782

Open
Yuuki-Rin opened this issue Nov 4, 2024 · 2 comments
Open

网站章节列表部分章节没有url导致缺章 #782

Yuuki-Rin opened this issue Nov 4, 2024 · 2 comments

Comments

@Yuuki-Rin
Copy link

Yuuki-Rin commented Nov 4, 2024

举例https://www.chiuhagi.com/list_dgfbca/1.html
比如这本书章节列表的部分章节没有对应的url导致下载的时候会直接跳过
但是通过可跳转章节下一章能正常访问
不知这什么方法解决吗
不可跳转
举例章节
可跳转
章节可通过下一章阅读

@hoothin
Copy link
Owner

hoothin commented Nov 4, 2024

这个url有规律的,最后一位从a往后数,数到j的时候倒数第二位进一位,之后最后一位返回a开始数。
先在控制台修剪一下,把所有无效章节改成正确的链接,然后再下载。
也可以直接写在自定义规则里。

@Yuuki-Rin
Copy link
Author

这个url有规律的,最后一位从a往后数,数到j的时候倒数第二位进一位,之后最后一位返回a开始数。 先在控制台修剪一下,把所有无效章节改成正确的链接,然后再下载。 也可以直接写在自定义规则里。

小白一个
这自定义规则给看懵逼了
能具体说一下他这规则要咋写吗

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

2 participants