Update telecablesat.fr.config.js

This commit is contained in:
PopeyeTheSai10r
2023-06-15 12:50:30 -07:00
committed by GitHub
parent 64498666c7
commit f684892849

View File

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