Update siba.com.co

This commit is contained in:
Aleksandr Statciuk
2022-02-01 05:34:42 +03:00
parent 8a8b96af29
commit 90a5eaeb22
2 changed files with 1 additions and 12 deletions

View File

@@ -18,11 +18,6 @@ module.exports = {
return params
}
},
logo({ content, channel }) {
const data = parseContent(content, channel)
return data && data.logo ? `http://cdn-std-1.sibasa.netdna-cdn.com/co/${data.logo}` : null
},
parser: function ({ content, channel }) {
let programs = []
const items = parseItems(content, channel)