Closed ai closed 7 months ago
Some web pages don’t use proper <link> tag to their RSS channel.
<link>
Instead, they just have <a> link.
<a>
We need to add to RSS/Atom loader in core/loaders small heuristics to search some of the links.
core/loaders
We can use:
feed.
feed.xml
.rss
.atom
/rss
/atom
Of course, we will need tests for that.
I want to take task
Sure, it is your
Some web pages don’t use proper
<link>
tag to their RSS channel.Instead, they just have
<a>
link.We need to add to RSS/Atom loader in
core/loaders
small heuristics to search some of the links.We can use:
feed.
in domainfeed.xml
.rss
,.atom
extensions/rss
or/atom
pathOf course, we will need tests for that.