samuelclay / NewsBlur

NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.
http://www.newsblur.com
MIT License
6.85k stars 995 forks source link

Backend: Add h-feed support #1019

Open dissolve opened 7 years ago

dissolve commented 7 years ago

Lots of sites are marking up their pages with microformats2 h-feed and h-entry microformats with higher fidelity (more entries, more content, sooner, more reliable) than legacy XML formats (RSS/Atom).

http://microformats.org/wiki/h-feed http://microformats.org/wiki/h-entry

It would be great if NewsBlur supported directly subscribing to a people's home pages, and only fallback to legacy feed files if there's no h-feed or h-entry on the home page.

There are microformats2 parsers: http://microformats.org/wiki/microformats2#Parsers

Thank you

jeremycherfas commented 4 years ago

Any progress on this? Even a definitive "No"? It would make a great feed reader even better.

samuelclay commented 4 years ago

I agree this would be nice to support. If it's easy we'll get it done soon as I just hired a developer to work on backend code.

samuelclay commented 4 years ago

Ideally you'd take this up with the fine folks working on feedparser: https://github.com/kurtmckee/feedparser

jeremycherfas commented 4 years ago

Thanks for the suggestion. I looked there and the developer seems to think that parsing h-feed is "out of scope". However, there are forks of feedparser that will do it, and I am in touch with the developer of one of those.