Update dishtv.in

This commit is contained in:
Aleksandr Statciuk
2022-02-01 04:52:26 +03:00
parent 6d47472b13
commit 2ba75f690d
2 changed files with 1 additions and 14 deletions

View File

@@ -21,12 +21,6 @@ module.exports = {
}
}
},
logo({ content }) {
const data = parseContent(content)
const $ = cheerio.load(data)
return $(`img.chnl-logo`).attr('src')
},
parser: function ({ content, channel, date }) {
let programs = []
const data = parseContent(content)