rss.lua: typo

This commit is contained in:
Akamaru 2016-07-21 14:04:27 +02:00
parent 783e56fd2f
commit 3b8a5ccbd7

View File

@ -88,7 +88,7 @@ function cleanRSS(str)
str = string.gsub(str, 'Read more »', '')
str = string.gsub(str, 'Read more', '')
str = string.gsub(str, '%(more…%)', '')
str = string.gsub(str, 'View on WordPress', '')
str = string.gsub(str, 'View On WordPress', '')
str = string.gsub(str, 'Meldung bei www%.tagesschau%.de lesen', '')
return str
end