Files
feeddeck/app
Rico Berger db9363e7af [rss] Allow Users to Provide a Website URL (#72)
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.
2023-11-24 23:11:50 +01:00
..
2023-09-03 16:16:38 +02:00
2023-09-03 16:16:38 +02:00
2023-09-17 18:39:42 +02:00
2023-09-03 16:16:38 +02:00
2023-09-03 16:16:38 +02:00
2023-09-03 16:16:38 +02:00
2023-11-05 17:35:37 +01:00