Skip to content

Commit

Permalink
Merge pull request iptv-org#2690 from nirvana-7777/master
Browse files Browse the repository at this point in the history
Fix mojmaxtv.hrvatskitelekom.hr
  • Loading branch information
BellezaEmporium authored Feb 17, 2025
2 parents 4097702 + 3339ea9 commit e049535
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,18 @@ module.exports = {
},
request: {
headers: {
app_key: 'GWaBW4RTloLwpUgYVzOiW5zUxFLmoMj5',
app_version: '02.0.1080',
'app_key': 'GWaBW4RTloLwpUgYVzOiW5zUxFLmoMj5',
'app_version': '02.0.1080',
'device-id': 'a78f079d-5527-46d8-af3f-9f0b6b6fb758',
'tenant': 'tv',
'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36',
'origin': 'https://mojmaxtv.hrvatskitelekom.hr',
'x-request-session-id': 'fc96c9de-7a3b-4b51-8b9d-5d9f9a3c3268',
'x-request-tracking-id': '05a8f0bc-f977-4754-b8ad-1d4d1bd742fb',
'x-user-agent': 'web|web|Chrome-128|02.0.1080|1'
'x-tv-step': 'EPG_SCHEDULES',
'x-tv-flow': 'EPG',
'x-call-type': 'GUEST_USER',
'x-user-agent': 'web|web|Chrome-133|02.0.1080|1'
},
cache: {
ttl: 24 * 60 * 60 * 1000 // 1 day
Expand Down

0 comments on commit e049535

Please sign in to comment.