diff --git a/newsdaemon.py b/newsdaemon.py index 2f7402a93..f3d442359 100644 --- a/newsdaemon.py +++ b/newsdaemon.py @@ -94,11 +94,11 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str, continue rssTitle = removeControlCharacters(item[0]) - url = removeControlCharacters(item[1]) + url = item[1] rssDescription = '' # get the rss description if it exists - rssDescription = item[4] + rssDescription = removeControlCharacters(item[4]) # add the off-site link to the description if rssDescription: