Update tv.cctv.com

This commit is contained in:
freearhey
2023-11-28 19:19:56 +03:00
parent 4f92948e11
commit 0f48507455
4 changed files with 68 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ function parseStart(item) {
function parseItems(content, channel) {
const data = JSON.parse(content)
if (!data || !data.data) return []
return data.data[channel.site_id].list || []
}