mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Merge pull request #2098 from iptv-org/PopeyeTheSai10r-patch-1
Update telecablesat.fr.config.js
This commit is contained in:
commit
c7fa651dc2
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,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')}`
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue