mirror of https://gitlab.com/bashrc2/epicyon
html formatting within rss
parent
b9d57a510c
commit
5c327fbab8
|
@ -941,9 +941,9 @@ def rssHashtagSearch(nickname: str, domain: str, port: int,
|
||||||
postJsonObject['object']['summary'] + \
|
postJsonObject['object']['summary'] + \
|
||||||
'</title>'
|
'</title>'
|
||||||
hashtagFeed += \
|
hashtagFeed += \
|
||||||
' <description>' + \
|
' <description><![CDATA[' + \
|
||||||
postJsonObject['object']['content'] + \
|
postJsonObject['object']['content'] + \
|
||||||
'</description>'
|
']]></description>'
|
||||||
hashtagFeed += \
|
hashtagFeed += \
|
||||||
' <pubDate>' + rssDateStr + '</pubDate>'
|
' <pubDate>' + rssDateStr + '</pubDate>'
|
||||||
if postJsonObject['object'].get('attachment'):
|
if postJsonObject['object'].get('attachment'):
|
||||||
|
|
Loading…
Reference in New Issue