feeds: remove mimetype from function call as no longer used

This commit is contained in:
2020-04-28 22:07:25 +02:00
parent 749acc87fc
commit a1dc96cb50
2 changed files with 3 additions and 3 deletions

View File

@@ -330,7 +330,7 @@ def FeedFetch(url, options):
else:
try:
rss = feeds.parse(xml, url, contenttype, encoding=encoding)
rss = feeds.parse(xml, url, encoding=encoding)
rss = rss.convert(feeds.FeedXML)
# contains all fields, otherwise much-needed data can be lost