Update ontvtonight.com

This commit is contained in:
Aleksandr Statciuk
2022-02-01 05:21:48 +03:00
parent 410eb9a77f
commit a99b4ea7a5
2 changed files with 1 additions and 15 deletions

View File

@@ -24,14 +24,6 @@ module.exports = {
return url
},
logo: function ({ content }) {
const $ = cheerio.load(content)
const imgSrc = $(
'#content > div > div > div.span6 > img,#inner-headline > div > div > div > img'
).attr('src')
return imgSrc || null
},
parser: function ({ content, date, channel }) {
const programs = []
const items = parseItems(content)