From bffb97c1049773c369d9c1a0055ff1ec7ed8f91e Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 1 Feb 2022 02:37:11 +0300 Subject: [PATCH] Update directv.com.config.js --- sites/directv.com/directv.com.config.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/sites/directv.com/directv.com.config.js b/sites/directv.com/directv.com.config.js index 254683f1..eea5d45d 100644 --- a/sites/directv.com/directv.com.config.js +++ b/sites/directv.com/directv.com.config.js @@ -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 } }) }