Update comteco.com.bo

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

View File

@@ -27,14 +27,6 @@ module.exports = {
return params
}
},
logo: function ({ content }) {
const $ = cheerio.load(content)
const imgSrc = $('#myform > div.row > div:nth-child(1) > div.col-xs-5.col-sm-7 > img').attr(
'src'
)
return imgSrc ? `https://comteco.com.bo${imgSrc}` : null
},
parser: function ({ content, date }) {
const programs = []
const items = parseItems(content)