Update znbc.co.zm

This commit is contained in:
Aleksandr Statciuk
2022-02-01 06:00:23 +03:00
parent edf4bc12e4
commit aaf0f76b6b
2 changed files with 1 additions and 13 deletions

View File

@@ -14,14 +14,6 @@ module.exports = {
url({ channel }) {
return `https://www.znbc.co.zm/${channel.site_id}/`
},
logo({ content }) {
const $ = cheerio.load(content)
const imgSrc = $(
'.elementor-tab-content > table > tbody > tr:nth-child(1) > td span > img'
).data('src')
return imgSrc || null
},
parser({ content, date }) {
const programs = []
const items = parseItems(content, date)