RSS-Bridge / rss-bridge

The RSS feed for websites missing it
https://rss-bridge.org/bridge01/
The Unlicense
7.36k stars 1.04k forks source link

Slightly unexpected CssSelectorBridge behaviour #4256

Open tougaj opened 2 months ago

tougaj commented 2 months ago

Good afternoon!

I have a problem when using CssSelectorBridge. I have set up a source and encountered a problem that the resulting RSS feed channel is missing the <link> tag. That is, the messages are selected, but there are no links to them.

Here is the link where you can see the text of the channel: https://rss-bridge.org/bridge01/..., or link to Mrss https://rss-bridge.org/bridge01/...

All items look like this:

<item>
      <title>В роботі польської митниці стався глобальний збій</title>
      <guid isPermaLink="false">e72a6c06d3a5417480e723e3240aee889ced400b</guid>
      <description>У п&amp;rsquo;ятницю, 6 вересня, на всіх пунктах...</description>
</item>

Everything is there, but the <link> is missing. I checked the website: all the links are available and lead to the relevant articles.

Is there something wrong with this site? Or does the script work a little bit incorrectly?

Thank you :smile: