Damn
This commit is contained in:
commit
07143e914d
@ -56,6 +56,7 @@ end
|
|||||||
|
|
||||||
function cleanRSS(str)
|
function cleanRSS(str)
|
||||||
str = string.gsub(str, '%[%…%]', '')
|
str = string.gsub(str, '%[%…%]', '')
|
||||||
|
str = string.gsub(str, '%[bilder%]', '')
|
||||||
str = string.gsub(str, '%[mehr%]', '')
|
str = string.gsub(str, '%[mehr%]', '')
|
||||||
str = string.gsub(str, '%[video%]', '')
|
str = string.gsub(str, '%[video%]', '')
|
||||||
str = string.gsub(str, '...%[more%]', '')
|
str = string.gsub(str, '...%[more%]', '')
|
||||||
|
Reference in New Issue
Block a user