From f6848928494358c7d28cf8a221fcd2e5dbf8a20c Mon Sep 17 00:00:00 2001 From: PopeyeTheSai10r <107763146+PopeyeTheSai10r@users.noreply.github.com> Date: Thu, 15 Jun 2023 12:50:30 -0700 Subject: [PATCH] Update telecablesat.fr.config.js --- sites/telecablesat.fr/telecablesat.fr.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sites/telecablesat.fr/telecablesat.fr.config.js b/sites/telecablesat.fr/telecablesat.fr.config.js index abfa3dd0..ed8b052c 100644 --- a/sites/telecablesat.fr/telecablesat.fr.config.js +++ b/sites/telecablesat.fr/telecablesat.fr.config.js @@ -15,6 +15,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')}` },