Update /sites

This commit is contained in:
freearhey
2023-10-02 06:35:33 +03:00
parent ca254a6df0
commit c0cfcf7a47
543 changed files with 30781 additions and 31187 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
const axios = require('axios')
const dayjs = require('dayjs')
const API_ENDPOINT = `https://static.spark.ziggogo.tv/eng/web/epg-service-lite`
const API_ENDPOINT = 'https://static.spark.ziggogo.tv/eng/web/epg-service-lite'
module.exports = {
site: 'ziggogo.tv',
@@ -76,7 +76,7 @@ module.exports = {
async channels() {
const data = await axios
.get(
`https://prod.spark.ziggogo.tv/eng/web/linear-service/v2/channels?cityId=65535&language=en&productClass=Orion-DASH`
'https://prod.spark.ziggogo.tv/eng/web/linear-service/v2/channels?cityId=65535&language=en&productClass=Orion-DASH'
)
.then(r => r.data)
.catch(console.log)