matthias-buttgereit / ta-rss

14 stars 0 forks source link

Check added URLs for actual Feed Responses #1

Closed matthias-buttgereit closed 4 months ago

matthias-buttgereit commented 8 months ago

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.

matthias-buttgereit commented 8 months ago

If successful we should respond with the actual of the feed</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>