Update mts.rs

This commit is contained in:
Aleksandr Statciuk 2022-02-01 05:18:41 +03:00
parent 1458e7f298
commit 7294acbe4c
2 changed files with 1 additions and 11 deletions

View file

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