RSS: Remove b'' from around the RSS url.

This commit is contained in:
Andrew Hampe 2013-07-18 13:13:36 -05:00
parent 071b61061a
commit 75723e7e8c

View File

@ -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