Merge branch 'master' of github.com:Akamaru/Mikubot-V2
This commit is contained in:
commit
e47062131c
@ -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%]', '')
|
||||
|
Reference in New Issue
Block a user