←back to thread

744 points DearNarwhal | 1 comments | | HN request time: 0.207s | source
1. renegat0x0 ◴[] No.42737475[source]
I sometimes struggled domains that incorrectly set up RSS feeds. Some were blocked behind some walled gardens. Sometimes 403 status was returned.

While tiny tiny RSS is nice, I also wrote interface to read URLs from the net. https://github.com/rumca-js/crawler-buddy

This gives me clean data of web page, title, description, etc, which I can further integrate into my own RSS reader.