Ein ^ zur Sicherheit
This commit is contained in:
parent
f718e371cf
commit
60fdb17099
@ -328,7 +328,7 @@ function rss:cron()
|
||||
local title = unescape(v2.title) or 'Kein Titel'
|
||||
local link = v2.link or v2.id or 'Kein Link'
|
||||
local link_name = link:match('^%w+://([^/]+)')
|
||||
local link_name = link_name:gsub("www%.", "")
|
||||
local link_name = link_name:gsub("^www%.", "")
|
||||
if v2.content then
|
||||
content = v2.content:gsub("%b<>", "")
|
||||
if string.len(v2.content) > 250 then
|
||||
|
Reference in New Issue
Block a user