mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update mts.rs
This commit is contained in:
parent
1458e7f298
commit
7294acbe4c
2 changed files with 1 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue