mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-16 23:16:49 +00:00
check author node before assigned
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<entry>
|
||||
<id>{{item.link}}</id>
|
||||
<title><![CDATA[{{item.title|safe}}]]></title>
|
||||
<author><![CDATA[{{item.author|safe}}]]></author>
|
||||
<published>{{item.pubDate|default(now)}}</published>
|
||||
<updated>{{item.pubDate|default(now)}}</updated>
|
||||
<link href="{{item.link}}"/>
|
||||
|
||||
Reference in New Issue
Block a user