A lot of IndieWeb folks are moving away from atom/rss and towards h-feed. If a feed fails to parse using feedparser, use https://github.com/microformats/mf2py to parse the feed out and do the same logic.
Also add support for <link rel="feed"> for feed discovery in recursive mode.
Remember to support WebSub, which should also probably be added to content pages as well.
A lot of IndieWeb folks are moving away from atom/rss and towards h-feed. If a feed fails to parse using
feedparser
, use https://github.com/microformats/mf2py to parse the feed out and do the same logic.Also add support for
<link rel="feed">
for feed discovery in recursive mode.Remember to support WebSub, which should also probably be added to content pages as well.