mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-04-28 01:48:28 -05:00
Users can now provide the URL of a website instead of the url of a RSS feed via the input field for the RSS source. This is possible because we are now trying to get and parse the RSS feed for the provided url as usual, but if this operation fails, we try to parse the text as html, so that we can check if it contains a "<link type="application/rss+xml" href="RSS_FEED_URL">" tag. If this is the case we are using this value to try to get and parse the RSS feed again. If it fails again we are returning an error as before.