Generate RSS feed for any website using CSS selectors
rss-bridge.org
Generate RSS feed for any website using CSS selectors
1–10 of 55 posts
Re: Generate RSS feed for any website using CSS selectors
#2Getting 502 Bad Gateway
Re: Generate RSS feed for any website using CSS selectors
#3Re: Generate RSS feed for any website using CSS selectors
#4This is a great tool! Before I learned about nitter, this was my primary way to follow people on Twitter. I love the idea of trying to wrestle unsupported feeds (Twitter, Instagram, etc.) into a standard/open format.
Re: Generate RSS feed for any website using CSS selectors
#5Getting 502 Bad Gateway
yea, suffering from success ...
Re: Generate RSS feed for any website using CSS selectors
#6Does it work for websites that fetch content async? I've had success with https://morss.it instead (which can also be selfhosted)
Re: Generate RSS feed for any website using CSS selectors
#7It 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
#8I'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
#9This is very similar to how you can scrape data from web with powerquery
Re: Generate RSS feed for any website using CSS selectors
#10I'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...