rss.lua: typo
This commit is contained in:
parent
783e56fd2f
commit
3b8a5ccbd7
@ -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
|
||||
|
Reference in New Issue
Block a user