Replies: 1 comment 5 replies
-
|
Feeder already does this. Foe example, try inputting just "theverge.com" and Feeder will find the feed. It works if the site has included metadata where the feed is located. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice if I could enter the URL of a website and be given the option to subscribe to its RSS feed, even if it is served at a subpage. Sometimes the RSS feed is not explicitly linked anywhere on a page and it's a pain to search for it manually.
The app just needs to search a few common URL suffixes such as /feed.xml, /feed, /rss...
An example implementation is this website whose source code is available here, I believe the logic is here.
Beta Was this translation helpful? Give feedback.
All reactions