hplush / slowreader

Web app to combine feeds from social networks and RSS and to help read more meaningful and deep content
https://dev.slowreader.app
GNU Affero General Public License v3.0
161 stars 37 forks source link

Search for feeds in HTML #141

Closed ai closed 7 months ago

ai commented 7 months ago

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:

  1. Link has feed. in domain
  2. Link has filename feed.xml
  3. Link has .rss, .atom extensions
  4. Link has /rss or /atom path

Of course, we will need tests for that.

sanchopanda commented 7 months ago

I want to take task

ai commented 7 months ago

Sure, it is your