Update beinsports.com

This commit is contained in:
Aleksandr Statciuk
2022-02-01 04:15:12 +03:00
parent bb4cdb1e11
commit 1048c57026
2 changed files with 1 additions and 13 deletions

View File

@@ -13,11 +13,6 @@ module.exports = {
'YYYY-MM-DD'
)}`
},
logo({ content, channel }) {
const $ = cheerio.load(content)
return $(`#channels_${channel.site_id} .channel img`).attr('src')
},
parser: function ({ content, channel, date }) {
let offset = -1
let programs = []