This commit is contained in:
Andreas Bielawski 2016-08-24 22:18:27 +02:00
commit 07143e914d

View File

@ -56,6 +56,7 @@ end
function cleanRSS(str)
str = string.gsub(str, '%[%…%]', '')
str = string.gsub(str, '%[bilder%]', '')
str = string.gsub(str, '%[mehr%]', '')
str = string.gsub(str, '%[video%]', '')
str = string.gsub(str, '...%[more%]', '')