DIYgod / RSSHub

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

inspire-hep无效 #17573

Closed dualer closed 2 weeks ago

dualer commented 2 weeks ago

路由地址

/inspirehep/authors/:id
/inspirehep/literature/:q

完整路由地址

/inspirehep/authors/:id
/inspirehep/literature/:q

相关文档

https://docs.rsshub.app/routes/journal#inspire

预期是什么?

能够正常订阅, 包括:

  1. 能够通过Radar成功嗅探链接;
  2. 正确抓取内容, 例如对于https://inspirehep.net/authors/983328?ui-citation-summary=true, 通过Radar应该能够正确抓取Witten的文章;
  3. 能通过rrs订阅器搜索到订阅的链接, 例如在Inoreader的add feed中搜索框中输入: https://rsshub.app/inspire/literature/"black hole", 下方应该能够出现订阅的链接
  4. 定期自动更新订阅

PS: 相关问题见: https://github.com/DIYgod/RSSHub/issues/16194 https://github.com/DIYgod/RSSHub/issues/17554

实际发生了什么?

  1. 只能通过Radar嗅探authors的搜索结果, 不能嗅探literature的搜索结果
  2. 嗅探到authors的结果抓取的内容是错误的, 例如Witten的文章并未被正确抓取(图1是Inspire上Witten的最新文章, 图2是抓取到的最新文章, 两者并不一致);
  3. 搜索不到订阅的链接, 例如并未搜索到上方所述的black hole对应的链接;
  4. 即使订阅成功(虽然内容不对, 参考第2点), 疑似无法持久订阅(过段时间订阅就会失效)

image

image

部署

RSSHub 演示 (https://rsshub.app)

部署相关信息

No response

额外信息

这不是重复的 issue

github-actions[bot] commented 2 weeks 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 关键词,或者留下评论。我们会重新审核。

github-actions[bot] commented 2 weeks 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 关键词,或者留下评论。我们会重新审核。

dualer commented 2 weeks ago

上面的问题仍然存在啊, 一个都没解决