mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
Update programme-tv.vini.pf
This commit is contained in:
@@ -50,11 +50,13 @@ module.exports = {
|
||||
.catch(console.log)
|
||||
|
||||
return data.programmes.map(item => {
|
||||
const channelId = item.url.replace('/', '')
|
||||
const site_id = item.url.replace('/', '')
|
||||
const name = site_id.replace(/\-/gi, ' ')
|
||||
|
||||
return {
|
||||
lang: 'fr',
|
||||
site_id: channelId,
|
||||
name: channelId
|
||||
site_id,
|
||||
name
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user