mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
RSS: Remove b'' from around the RSS url.
This commit is contained in:
parent
071b61061a
commit
75723e7e8c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user