Update ziggogo.tv.config.js with new domain for indexes

This commit is contained in:
Rick
2026-05-17 10:45:39 +02:00
committed by GitHub
parent 36e99ad531
commit 219c399342

View File

@@ -14,7 +14,7 @@ module.exports = {
}
},
url({ date, segment = 0 }) {
return `https://static.spark.ziggogo.tv/eng/web/epg-service-lite/nl/en/events/segments/${date.format(
return `https://staticqbr-prod-nl.gnp.cloud.ziggogo.tv/eng/web/epg-service-lite/nl/en/events/segments/${date.format(
'YYYYMMDD'
)}${segment.toString().padStart(2, '0')}0000`
},