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

BBC route fails to fetch content for some article #15568

Closed
1 task done
Zebartin opened this issue May 13, 2024 · 1 comment · Fixed by #15591
Closed
1 task done

BBC route fails to fetch content for some article #15568

Zebartin opened this issue May 13, 2024 · 1 comment · Fixed by #15591
Labels
RSS bug Something isn't working

Comments

@Zebartin
Copy link
Contributor

Routes

/bbc/:site?/:channel?

Full routes

/bbc/world-asia

Related documentation

https://docs.rsshub.app/routes/traditional-media#news

What is expected?

Description of every single item should be fetched.

What is actually happening?

Descriptions of some items are empty.

For example, here is current result from https://rsshub.app/bbc/world-asia with two empty items, which actually contain text contents:

<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
...
<item>
<title>The man who took on the coal industry to save a forest - and won</title>
<description/>
<link>https://www.bbc.com/news/articles/cyxepvdewkno</link>
<guid isPermaLink="false">https://www.bbc.com/news/articles/cyxepvdewkno</guid>
<pubDate>Sat, 11 May 2024 23:24:42 GMT</pubDate>
</item>
<item>
<title>The escaped dissident still pursued decades on by China</title>
<description/>
<link>https://www.bbc.com/news/articles/crgy7xypwj8o</link>
<guid isPermaLink="false">https://www.bbc.com/news/articles/crgy7xypwj8o</guid>
<pubDate>Sat, 11 May 2024 23:05:31 GMT</pubDate>
</item>
</channel>
</rss>

Deployment information

RSSHub demo (https://rsshub.app)

Deployment information (for self-hosted)

No response

Additional info

no errors are shown, only empty description could be spotted

This is not a duplicated issue

  • I have searched existing issues to ensure this bug has not already been reported
@Zebartin Zebartin added the RSS bug Something isn't working label May 13, 2024
Copy link
Contributor

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 关键词,或者留下评论。我们会重新审核。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RSS bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant