mirror of
https://github.com/iptv-org/epg
synced 2026-05-06 17:37:06 -04:00
Update dstv.com
This commit is contained in:
@@ -46,7 +46,7 @@ module.exports = {
|
||||
},
|
||||
async channels({ country }) {
|
||||
const data = await axios
|
||||
.get(`${API_ENDPOINT}/GetProgrammes?d=2022-03-10&package=DStv%20Premium&country=${country}`)
|
||||
.get(`${API_ENDPOINT}/GetProgrammes?d=${dayjs().format('YYYY-MM-DD')}&country=${country}`)
|
||||
.then(r => r.data)
|
||||
.catch(console.log)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user