morss: convert all feeds to RSS

As html feeds might not contain some feeds, leading to data loss
master
pictuga 2020-03-20 12:26:34 +01:00
parent a41c2a3a62
commit d24734110a
1 changed files with 2 additions and 0 deletions

View File

@ -341,6 +341,8 @@ def FeedFetch(url, options):
else:
try:
rss = feeds.parse(xml, url, contenttype)
rss = rss.convert(feeds.FeedXML)
# contains all fields, otherwise much-needed data can be lost
except TypeError:
log('random page')