DIYgod / RSSHub

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

Bloomberg Authors不再拉取全文 #15489

Open benjaminyzhang opened 1 month ago

benjaminyzhang commented 1 month ago

路由地址

/bloomberg/authors/:id/:slug/:source?

完整路由地址

https://rsshub.app/bloomberg/authors/AVZtm1AxsrE/paul-j-davies

相关文档

https://docs.rsshub.app/routes/finance#authors

预期是什么?

Bloomberg Authors拉取全文,RSS返回<description>全文</description>

实际发生了什么?

RSS仅仅返回</description>

部署

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

部署相关信息

No response

额外信息

<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>Bloomberg - Unknown</title>
<link>https://www.bloomberg.com/authors/AVZtm1AxsrE/paul-j-davies</link>
<atom:link href="http://rsshub.app/bloomberg/authors/AVZtm1AxsrE/paul-j-davies" rel="self" type="application/rss+xml"/>
<description>Bloomberg - Unknown - Made with love by RSSHub(https://github.com/DIYgod/RSSHub)</description>
<generator>RSSHub</generator>
<webMaster>i@diygod.me (DIYgod)</webMaster>
<language>en-us</language>
<lastBuildDate>Mon, 06 May 2024 14:23:52 GMT</lastBuildDate>
<ttl>1</ttl>
<item>
<title>The Forgotten Management Guru Who Knows Why Nothing Works</title>
<description/>
<link>https://www.bloomberg.com/opinion/articles/2024-05-05/the-forgotten-management-guru-who-knows-why-nothing-works</link>
<guid isPermaLink="false">https://www.bloomberg.com/opinion/articles/2024-05-05/the-forgotten-management-guru-who-knows-why-nothing-works</guid>
<pubDate>Sun, 05 May 2024 06:00:29 GMT</pubDate>
</item>

这不是重复的 issue

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

josh commented 1 month ago

This route is best used through a proxy or self hosted RSSHub instance. The official public instance often is blocked by Bloomberg.

benjaminyzhang commented 1 month ago

Thanks!

benjaminyzhang commented 1 month ago

I tried to deploy it locally, but the above problem still occurred. I use warp locally and can access the bloomberg author page normally. @josh

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