Update mtel.ba

This commit is contained in:
Aleksandr Statciuk
2022-02-01 05:17:52 +03:00
parent ec68186710
commit 1458e7f298
2 changed files with 1 additions and 12 deletions

View File

@@ -15,11 +15,6 @@ module.exports = {
'X-Requested-With': 'XMLHttpRequest'
}
},
logo({ content, channel }) {
const data = parseContent(content, channel)
return data ? data.image : null
},
parser: function ({ content, channel }) {
let programs = []
const items = parseItems(content, channel)