YouTube: Fixe das "tanze Männchen" im Titel (\[\])
This commit is contained in:
parent
4eb46422b5
commit
bdfd4a99ed
@ -79,7 +79,9 @@ local function convertISO8601Time(duration)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function send_youtube_data(data, msg, self, link, sendpic)
|
function send_youtube_data(data, msg, self, link, sendpic)
|
||||||
local title = utilities.md_escape(data.snippet.localized.title)
|
local title = data.snippet.localized.title
|
||||||
|
local title = title:gsub('%*', '\\*')
|
||||||
|
local title = title:gsub('`', '\\`')
|
||||||
-- local description = data.snippet.localized.description
|
-- local description = data.snippet.localized.description
|
||||||
local uploader = data.snippet.channelTitle
|
local uploader = data.snippet.channelTitle
|
||||||
local upload_date = makeOurDate(data.snippet.publishedAt)
|
local upload_date = makeOurDate(data.snippet.publishedAt)
|
||||||
|
Reference in New Issue
Block a user