mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -05:00
@@ -4,6 +4,9 @@ const { DateTime } = require('luxon')
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
site: 'cosmote.gr',
|
site: 'cosmote.gr',
|
||||||
days: 2,
|
days: 2,
|
||||||
|
request: {
|
||||||
|
timeout: 30000 // 30 seconds
|
||||||
|
},
|
||||||
url: function ({ date, channel }) {
|
url: function ({ date, channel }) {
|
||||||
return `https://www.cosmotetv.gr/portal/residential/program/epg/programchannel?p_p_id=channelprogram_WAR_OTETVportlet&p_p_lifecycle=0&_channelprogram_WAR_OTETVportlet_platform=IPTV&_channelprogram_WAR_OTETVportlet_date=${date.format(
|
return `https://www.cosmotetv.gr/portal/residential/program/epg/programchannel?p_p_id=channelprogram_WAR_OTETVportlet&p_p_lifecycle=0&_channelprogram_WAR_OTETVportlet_platform=IPTV&_channelprogram_WAR_OTETVportlet_date=${date.format(
|
||||||
'DD-MM-YYYY'
|
'DD-MM-YYYY'
|
||||||
|
|||||||
Reference in New Issue
Block a user