DIYgod / RSSHub

🧡 Everything is RSSible
https://docs.rsshub.app
MIT License
31.01k stars 6.92k forks source link

E-Hentai 出错 #15492

Open Kevin6872 opened 2 months ago

Kevin6872 commented 2 months ago

路由地址

/ehentai/search/:params?/:page?/:routeParams?

完整路由地址

/ehentai/search/f_search=artist%3Amana%24/1

相关文档

https://docs.rsshub.app/zh/routes/picture#search

预期是什么?

正常显示

实际发生了什么?

无论是自建还是使用 RSSHub 演示,都会出现此路由为空的提示

部署

自建

部署相关信息

No response

额外信息

Error: this route is empty, please check the original site or <a href="https://github.com/DIYgod/RSSHub/issues/new/choose">create an issue</a>

这不是重复的 issue

github-actions[bot] commented 2 months ago
Searching for maintainers:

To maintainers: if you are not willing to be disturbed, list your username in scripts/workflow/test-issue/call-maintainer.js. In this way, your username will be wrapped in an inline code block when tagged so you will not be notified.

If all routes can not be found, the issue will be closed automatically. Please use NOROUTE for a route-irrelevant issue or leave a comment if it is a mistake. 如果所有路由都无法匹配,issue 将会被自动关闭。如果 issue 和路由无关,请使用 NOROUTE 关键词,或者留下评论。我们会重新审核。

domonnss commented 2 months ago

不要带上末尾的/1,page参数有问题

yindaheng98 commented 2 months ago

image

代码里这个路由的page参数是e站翻页时链接里的next参数

image

比如要翻到第二页应该是/ehentai/search/f_search=artist%3Amana%24/2825975而不是/ehentai/search/f_search=artist%3Amana%24/1

文档里目前缺失相关操作的详细说明