Update mujtvprogram.cz

This commit is contained in:
freearhey
2023-12-09 21:14:24 +03:00
parent 7844d3fc03
commit d4e9f8d062
2 changed files with 217 additions and 218 deletions

View File

@@ -67,7 +67,7 @@ module.exports = {
channels.push({
lang,
site_id: $(el).find('cid').text(),
name: $(el).find('name').text()
name: $(el).find('name').first().text()
})
})
}