2
我正在使用PyRSS2Gen來生成一個RSS源,我試圖支持PubSubHubbub,但我需要添加鏈接元素來打破RSS。下面是應該無需重寫爲Atom工作:支持PubSubHubbub與PyRSS2Gen?
<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個鏈接元素,那麼我該怎麼做?
謝謝
金博爾