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
|
||||
}&startTime=${date.format()}&hours=24`
|
||||
},
|
||||
logo({ channel }) {
|
||||
return channel.logo
|
||||
},
|
||||
async parser({ content }) {
|
||||
const programs = []
|
||||
const items = parseItems(content)
|
||||
|
@ -58,12 +55,7 @@ module.exports = {
|
|||
return {
|
||||
lang: 'en',
|
||||
site_id: item.chNum,
|
||||
name: item.chName,
|
||||
logo: `https://www.directv.com/images/logos/channels/dark/large/${padStart(
|
||||
item.chLogoId,
|
||||
3,
|
||||
'0'
|
||||
)}.png`
|
||||
name: item.chName
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue