From 75723e7e8c63e183057472df8f921fcac9f1b141 Mon Sep 17 00:00:00 2001 From: Andrew Hampe Date: Thu, 18 Jul 2013 13:13:36 -0500 Subject: [PATCH] RSS: Remove b'' from around the RSS url. --- plugins/RSS/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/RSS/plugin.py b/plugins/RSS/plugin.py index 5a5de7723..54064f3cb 100644 --- a/plugins/RSS/plugin.py +++ b/plugins/RSS/plugin.py @@ -157,7 +157,7 @@ class RSS(callbacks.Plugin): pubDate = ' [%s]' % (headline[2],) newheadlines.append(format('%s %u%s', headline[0], - link.encode('utf-8'), + link, pubDate)) return newheadlines