Update m.tv.sms.cz

This commit is contained in:
Aleksandr Statciuk
2022-02-01 05:09:37 +03:00
parent fddd348a8a
commit 4f31c2dc38
2 changed files with 1 additions and 11 deletions

View File

@@ -16,12 +16,6 @@ module.exports = {
'YYYY-MM-DD'
)}`
},
logo: function ({ content }) {
const $ = cheerio.load(content)
const imgSrc = $('.logo_out > img').attr('src')
return imgSrc ? `https:${imgSrc}` : null
},
parser: function ({ buffer, date }) {
const programs = []
const items = parseItems(buffer)