mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update meo.pt.config.js
This commit is contained in:
parent
d63846d05d
commit
8c09c073e7
1 changed files with 1 additions and 7 deletions
|
@ -9,6 +9,7 @@ dayjs.extend(timezone)
|
|||
|
||||
module.exports = {
|
||||
site: 'meo.pt',
|
||||
url: `https://www.meo.pt/_layouts/15/Ptsi.Isites.GridTv/GridTvMng.asmx/getProgramsFromChannels`,
|
||||
request: {
|
||||
method: 'POST',
|
||||
data: function ({ channel, date }) {
|
||||
|
@ -21,13 +22,6 @@ module.exports = {
|
|||
}
|
||||
}
|
||||
},
|
||||
logo({ content }) {
|
||||
const data = parseContent(content)
|
||||
return data.d.channels[0] ? data.d.channels[0].logo : null
|
||||
},
|
||||
url() {
|
||||
return `https://www.meo.pt/_layouts/15/Ptsi.Isites.GridTv/GridTvMng.asmx/getProgramsFromChannels`
|
||||
},
|
||||
parser({ content }) {
|
||||
let programs = []
|
||||
const data = parseContent(content)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue