feedbin / feedbin-api

Feedbin API Documentation
349 stars 26 forks source link

cleaned up HTML through the API? #24

Closed tieguy closed 6 years ago

tieguy commented 6 years ago

It'd be nice if the API offered a way to get the Mercury-ized HTML of the body as Feedbin sees it rather than just the raw entry. I can obviously do this myself to some extent, but to be frank the old ports of the original Readability code are showing their age :/

(Totally understand if this isn't possible under your terms with Mercury.)

benubois commented 6 years ago

Hi!

Mercury is completely free and available for anyone to use. https://mercury.postlight.com/web-parser/

You can just pass the url you get from the Feedbin API to the Mercury API.

Thanks!

Ben

On Sep 20, 2018, at 10:45 PM, Luis Villa notifications@github.com wrote:

It'd be nice if the API offered a way to get the Mercury-ized HTML of the body as Feedbin sees it rather than just the raw entry. I can obviously do this myself to some extent, but to be frank the old ports of the original Readability code are showing their age :/

(Totally understand if this isn't possible under your terms with Mercury.)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

tieguy commented 6 years ago

Yeah, that does the job but I was hoping to rely mostly on services I can pay for and so actually rely on :) No biggie, though.