Can I suggest removing recently extracted or having a way to hide whatever you extract from the home page?
Show HN: Extract an RSS feed from almost anything
21–30 of 64 posts
Re: Show HN: Extract an RSS feed from almost anything
#22Earlier quoted context omitted.
https://news.ycombinator.com/item?id=37362151 :)
This is great! I've had htmlx on my "things to look into" list for a few weeks now and funny enough I use Go on the backend of rssfeedsasap as well. :)
Re: Show HN: Extract an RSS feed from almost anything
#23Cool little project.
Re: Show HN: Extract an RSS feed from almost anything
#24Do you use alternate meta tag to detect the rss feed?
It uses several techniques one of which is also meta tags.
Re: Show HN: Extract an RSS feed from almost anything
#25Can I suggest removing recently extracted or having a way to hide whatever you extract from the home page?
Good suggestion. I see people already started getting naught ideas. Change is being deployed now.
Re: Show HN: Extract an RSS feed from almost anything
#26If you want to create new RSS feeds from almost anything, my rssparser.lisp is still there: https://code.rosaelefanten.org/rssparser.lisp
Re: Show HN: Extract an RSS feed from almost anything
#27Comes as a bookmarklet and it will not only find a page's feed, it will also display it nicely directly.
Demo on Verge's feed: https://feedreader.xyz/?url=https%3A%2F%2Fwww.theverge.com%2... (you just visit the site, hit the bookmarklet & there you go)
This was primarily built after realizing that the official Google RSS plugin for Chrome was never gonna be updated and was "stuck" to that annoying layout while displaying a page's feed.
Re: Show HN: Extract an RSS feed from almost anything
#28I'm old enough to remember when browsers would highlight in the url bar that a site had an RSS feed. Well, I'm old enough to remember upgrading from Mosaic to Netscape, so I'm v old. Cool little project.
Re: Show HN: Extract an RSS feed from almost anything
#29If you want to create new RSS feeds from almost anything, my rssparser.lisp is still there: https://code.rosaelefanten.org/rssparser.lisp
Is there a docker image for this?
Re: Show HN: Extract an RSS feed from almost anything
#30Earlier 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?