Update nowplayer.now.com

This commit is contained in:
Aleksandr Statciuk
2022-02-01 05:20:55 +03:00
parent 6a7b667e61
commit 410eb9a77f
2 changed files with 1 additions and 12 deletions

View File

@@ -19,11 +19,6 @@ module.exports = {
}
}
},
logo({ channel }) {
const channelId = channel.site_id.replace(/^0/, '')
return `https://images.now-tv.com/shares/channelPreview/img/en_hk/color/ch${channelId}_160_115`
},
parser: function ({ content }) {
let programs = []
const items = parseItems(content)