Merge pull request #2098 from iptv-org/PopeyeTheSai10r-patch-1

Update telecablesat.fr.config.js
This commit is contained in:
Ismaël Moret 2023-06-18 22:54:10 +02:00 committed by GitHub
commit c7fa651dc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ const API_ENDPOINT = 'https://tv-programme.telecablesat.fr/chaine'
module.exports = {
site: 'telecablesat.fr',
days: 2,
delay: 5000,
url: function ({ channel, date }) {
return `${API_ENDPOINT}/${channel.site_id}/index.html?date=${date.format('YYYY-MM-DD')}`
},