Blödes …

This commit is contained in:
Akamaru 2016-08-22 22:29:30 +02:00
parent e26c860dba
commit 8ff39a776c

View File

@ -55,7 +55,7 @@ function to_utf8(a)
end
function cleanRSS(str)
str = string.gsub(str, '%[…%]', '')
str = string.gsub(str, '%[%…%]', '')
str = string.gsub(str, '%[mehr%]', '')
str = string.gsub(str, '%[video%]', '')
str = string.gsub(str, '...%[more%]', '')