Ranchero-Software / NetNewsWire

RSS reader for macOS and iOS.
https://netnewswire.com/
MIT License
8.45k stars 535 forks source link

[Feature Request] Generic Feed Provider Api #3578

Closed c128128 closed 2 years ago

c128128 commented 2 years ago

Generic Feed Provider Api

The idea is to create a generic parser and an API that will permit other developers to create custom scripts in JS that will run inside JavascriptCore and parse custom feeds.

Something like Extensions but Generic.

This can be very useful if we want to parse some pages that don't provide a RSS feed like:

  1. https://developer.apple.com/documentation/technotes
  2. https://www.mongodb.com/docs/realm/release-notes/backend

Some ideas what this should include:

Other ideas are welcome.

P.S: Thank you for your work, the app is amazing.

vincode-io commented 2 years ago

I think this is basically the same thing as #3385. I'm going to mark this as a duplicate of that. It will have a reference back to this issue that we can review when evaluating #3385.