Update cosmote.gr

This commit is contained in:
Aleksandr Statciuk
2022-02-01 04:48:55 +03:00
parent b87540fbdf
commit ce1804943c
2 changed files with 1 additions and 13 deletions

View File

@@ -15,12 +15,6 @@ module.exports = {
'DD-MM-YYYY'
)}&_channelprogram_WAR_OTETVportlet_articleTitleUrl=${channel.site_id}`
},
logo: function ({ content }) {
const $ = cheerio.load(content)
const imgSrc = $('img.channel_program-banner').attr('src')
return imgSrc ? `https://www.cosmote.gr${imgSrc}` : null
},
parser: function ({ date, content }) {
let programs = []
const items = parseItems(content)