QuiteRSS / quiterss

Free news feeds reader
https://quiterss.org
Other
1.01k stars 124 forks source link

A link from Source-Tag is being used, instead of the actual link #1603

Open 0xRamsi opened 5 months ago

0xRamsi commented 5 months ago

I'm unsure what the spec says, but I assume it is an QuiteRSS Error.

If you look at https://ocaml.org/feed.xml you can see, that this is an aggregator feed. They do provide credit to the original via the source-tag. Later there is the actual link to the article in the link-tag.

Problem, when I click the link, QuiteRSS sends me to the other feed, instead of the article. Secondary Issue: I believe here it is the responsibility of the ocaml.org/feed maintainers, but please correct me. It would be nice to get a preview from that referenced link. (Replacing the <!-- CommonMark HTML block omitted -->)

Thanks.

Example entry from the feed:

<entry>
  <source>
    <link href="https://alan.petitepomme.net/cwn/cwn.rss" rel="alternate"/>
    <id>https://alan.petitepomme.net/cwn/cwn.rss</id>
    <title type="text">Caml Weekly News</title>
  </source>
  <link href="https://alan.petitepomme.net/cwn/2024.03.26.html" rel="alternate"/>
  <content type="html"><!-- CommonMark HTML block omitted --> </content>
  <id>https://alan.petitepomme.net/cwn/2024.03.26.html</id>
  <title type="text">OCaml Weekly News, 26 Mar 2024</title>
  <updated>2024-03-26T12:00:00-00:00</updated>
  <author>
    <name>Caml Weekly News</name>
  </author>
</entry>