Update tvheute.at

This commit is contained in:
Aleksandr Statciuk
2022-02-01 05:51:38 +03:00
parent 98230bef9c
commit a2aafd65ef
2 changed files with 1 additions and 11 deletions

View File

@@ -8,12 +8,6 @@ module.exports = {
'DD-MM-YYYY'
)}`
},
logo({ content }) {
const $ = cheerio.load(content)
const imgSrc = $(`.station-info .logo`).attr('src')
return imgSrc ? `https://tvheute.at${imgSrc}` : null
},
parser: function ({ content, channel, date }) {
let programs = []
const items = parseItems(content)