Update maxtv.hrvatskitelekom.hr

This commit is contained in:
Aleksandr Statciuk
2022-02-01 05:12:19 +03:00
parent 1c78293d76
commit c903a93ca9
2 changed files with 2 additions and 13 deletions

View File

@@ -2,6 +2,7 @@ const dayjs = require('dayjs')
module.exports = {
site: 'maxtv.hrvatskitelekom.hr',
url: 'https://player.maxtvtogo.tportal.hr:8082/OTT4Proxy/proxy/epg/shows',
request: {
method: 'POST',
data: function ({ channel, date }) {
@@ -12,12 +13,6 @@ module.exports = {
}
}
},
url: 'https://player.maxtvtogo.tportal.hr:8082/OTT4Proxy/proxy/epg/shows',
logo: function ({ content, channel }) {
const data = parseContent(content, channel)
return data ? data.logo : null
},
parser: function ({ content, channel }) {
const programs = []
const items = parseItems(content, channel)