Update allente.se

This commit is contained in:
freearhey
2023-11-17 17:48:47 +03:00
parent 05d8185f8e
commit 15f71207e0
5 changed files with 203 additions and 159 deletions
+1 -1
View File
@@ -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)