mirror of
https://github.com/iptv-org/epg
synced 2026-09-10 22:06:56 -04:00
Update allente.se
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports = {
|
||||
},
|
||||
async channels({ country, lang }) {
|
||||
const data = await axios
|
||||
.get(`https://cs-vcb.allente.${country}/epg/events?date=2021-11-17`)
|
||||
.get(`https://cs-vcb.allente.${country}/epg/events?date=${dayjs().format('YYYY-MM-DD')}`)
|
||||
.then(r => r.data)
|
||||
.catch(console.log)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user