mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update directv.com.config.js
This commit is contained in:
parent
738546b64f
commit
bffb97c104
1 changed files with 1 additions and 9 deletions
|
@ -13,9 +13,6 @@ module.exports = {
|
||||||
channel.site_id
|
channel.site_id
|
||||||
}&startTime=${date.format()}&hours=24`
|
}&startTime=${date.format()}&hours=24`
|
||||||
},
|
},
|
||||||
logo({ channel }) {
|
|
||||||
return channel.logo
|
|
||||||
},
|
|
||||||
async parser({ content }) {
|
async parser({ content }) {
|
||||||
const programs = []
|
const programs = []
|
||||||
const items = parseItems(content)
|
const items = parseItems(content)
|
||||||
|
@ -58,12 +55,7 @@ module.exports = {
|
||||||
return {
|
return {
|
||||||
lang: 'en',
|
lang: 'en',
|
||||||
site_id: item.chNum,
|
site_id: item.chNum,
|
||||||
name: item.chName,
|
name: item.chName
|
||||||
logo: `https://www.directv.com/images/logos/channels/dark/large/${padStart(
|
|
||||||
item.chLogoId,
|
|
||||||
3,
|
|
||||||
'0'
|
|
||||||
)}.png`
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue