upvote
Do you mean they technically have RSS, but they’re using slightly different fields? E.g. summary instead of description?

I’m using FastRSS[^0] with some lightweight pattern matching to convert them to an internal model. I get error notifications for mismatches, and just push a new pattern match to handle the outlier.

Longer term it could be interesting to get an LLM to write some Lua to parse JIT.

[^0]: https://github.com/avencera/fast_rss

reply