Live data from Hacker News

Generate RSS feed for any website using CSS selectors

rss-bridge.org

1–10 of 55 posts

Re: Generate RSS feed for any website using CSS selectors

#7
post #3

It ded. Archive: https://web.archive.org/web/20230714202418/https://rss-bridg... Sample feed: https://web.archive.org/web/20230308160413/https://rss-bridg...

List of public instances: https://rss-bridge.github.io/rss-bridge/General/Public_Hosts...

edit: but the few I tried did not have the CSS Selector Bridge enabled so go with the original link or archive of it.

Re: Generate RSS feed for any website using CSS selectors

#8
I've wondered why people have tried all sorts of cumbersome ways to splice metadata onto HTML like RDFa but never tried the obvious approach of basing extraction rules on CSS selectors... Often these work without the cooperation of the target site so long as they use CSS the way it was supposed be used (e.g. not tailwind, bootstrap, etc.)

Re: Generate RSS feed for any website using CSS selectors

#10

I've wondered why people have tried all sorts of cumbersome ways to splice metadata onto HTML like RDFa but never tried the obvious approach of basing extraction rules on CSS selectors... Often these work without the cooperation of the target site so long as they use CSS the way it was supposed be used (e.g. not tailwind, bootstrap, etc.)

I quite like the microformats approach to this. https://developer.mozilla.org/en-US/docs/Web/HTML/microforma...
Post reply on HN