RSSHub icon indicating copy to clipboard operation
RSSHub copied to clipboard

BBC route fails to fetch content for some article

Open Zebartin opened this issue 1 year ago • 1 comments

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

  • [X] I have searched existing issues to ensure this bug has not already been reported

Zebartin avatar May 13 '24 01:05 Zebartin

Searching for maintainers:
  • /bbc/:site?/:channel?: @HenryQW @DIYgod

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] avatar May 13 '24 02:05 github-actions[bot]