我正在使用 PyRSS2Gen 生成 RSS 提要,并且正在尝试支持 PubSubHubbub,但我需要添加破坏 RSS 的链接元素。以下是不需要重写为 Atom 的工作:
<atom:link rel="hub" href="http://example.hub.com" xmlns:atom="http://www.w3.org/2005/Atom">
<atom:link rel="self" href="http://example.com" xmlns:atom="http://www.w3.org/2005/Atom">
我可以以某种方式在 PyRSS2Gen 中添加任意 XML 吗?我不认为 element_attrs 或 rss_attrs 足以实现这一点,或者是吗?PyRSS2Gen.RSS2() 最多需要 1 个链接元素,那么我该怎么做呢?
谢谢,
金博尔