Hacker News new | ask | show | jobs
by hopesthoughts 1895 days ago
Are you thinking about releasing this? The services work well for this. Rss.app is one of the best ones.
1 comments

Ok sure I just made the repo public: https://github.com/nijssen/web2rss

Here's an example of a feed: feed.php?url=https%3A%2F%2Fdotty.epfl.ch%2Fblog%2Findex.html&containersel=.post-list+%3E+li&titlesel=h2&datesel=time&datefmt=Y-m-j%7C&contentsel=.excerpt

Play around with it by doing: index.php?url=https%3A%2F%2Fdotty.epfl.ch%2Fblog%2Findex.html&containersel=.post-list+%3E+li&titlesel=h2&datesel=time&datefmt=Y-m-j%7C&contentsel=.excerpt

That's cool thanks!