Update mi.tv

This commit is contained in:
Aleksandr Statciuk
2022-02-01 05:16:13 +03:00
parent 8c09c073e7
commit 25d0cd4b88
2 changed files with 1 additions and 13 deletions

View File

@@ -13,12 +13,6 @@ module.exports = {
return `https://mi.tv/${country}/async/channel/${id}/${date.format('YYYY-MM-DD')}/0`
},
logo({ content }) {
const $ = cheerio.load(content)
const imgSrc = $('#listings > div.channel-info > img').attr('src')
return imgSrc || null
},
parser({ content, date }) {
const programs = []
const items = parseItems(content)