Update tv2go.t-2.net

This commit is contained in:
Aleksandr Statciuk
2022-02-01 05:43:32 +03:00
parent a2e2d0da60
commit f1999265fb
3 changed files with 280 additions and 291 deletions

View File

@@ -38,9 +38,6 @@ const config = {
}
}
},
logo({ channel }) {
return channel.logo
},
parser({ content }) {
let programs = []
const items = parseItems(content)
@@ -81,8 +78,7 @@ const config = {
return {
lang: 'sl',
site_id: item.id,
name: item.name,
logo: item.images[0] ? `https://tv2go.t-2.net${item.images[0].url}` : null
name: item.name
}
})
}