When URLs are added using ta-rss --add "https://url.com" we should perform an initial request to that URL to see if we get an actual parsable response - and only then write the URL into the feeds.json. Otherwise an Error should be displayed for the user.
When URLs are added using
ta-rss --add "https://url.com"
we should perform an initial request to that URL to see if we get an actual parsable response - and only then write the URL into thefeeds.json
. Otherwise an Error should be displayed for the user.