By examining the submissions he gets through this web form, maybe the author will discover some new podcasts.
Show HN: Extract an RSS feed from almost anything
51–60 of 64 posts
Re: Show HN: Extract an RSS feed from almost anything
#52Earlier quoted context omitted.
It uses several techniques one of which is also meta tags.
Strange. I tried it with my blog and it said there was no feed https://kevincox.ca . I definitely have a alternate link tag set up.
type="application/atom+xml"Re: Show HN: Extract an RSS feed from almost anything
#53Re: Show HN: Extract an RSS feed from almost anything
#54Re: Show HN: Extract an RSS feed from almost anything
#55Re: Show HN: Extract an RSS feed from almost anything
#56Earlier quoted context omitted.
Is there a docker image for this?
What exactly would be the point of shoving a script that is nothing more than a simple cronjob and that could theoretically just be compiled as a static binary into a Docker container?
Secondly, after this would be obviously installed for checking and testing functionality for meeting my personal the requirements, it is much more easy to uninstall all dependencies by stopping and removing a container then manually removing all packages in case of not needing it.
Thirdly, a service like that would be installed on my home server, which separates the OS installation and other extra services by having all extra services inside docker containers keeping the OS "clean".
Re: Show HN: Extract an RSS feed from almost anything
#57Re: Show HN: Extract an RSS feed from almost anything
#58Maybe I misunderstood, this tries to find RSS feeds from sites, not generate RSS feeds for sites that don't have them, right? I've been using RSSPreview addon on Firefox for a couple years to perform this, but I really see the value of a Web service to do this anywhere. Kudos!
[0]: https://web.archive.org/web/20230326224112/https://feed43.co...
Re: Show HN: Extract an RSS feed from almost anything
#59Earlier quoted context omitted.
Strange. I tried it with my blog and it said there was no feed https://kevincox.ca . I definitely have a alternate link tag set up.
What it's worth my own RSS reader also fails to find any feeds from your site because my parser expects the link type to be quoted with either single or double quotes. Not sure what the offical specs say though. type="application/atom+xml"
https://www.w3.org/TR/2012/WD-html-markup-20120329/syntax.ht...
Re: Show HN: Extract an RSS feed from almost anything
#60Maybe a bit tangential, but are there any “RSS to email” tools? Meaning — whenever I update my blog, the rss tool detects it and auto-sends an email version of it (maybe a teaser snippet) to a certain mailing list (e.g from Substack)