mirror of
https://github.com/iptv-org/epg
synced 2026-09-10 05:46:54 -04:00
for now
This commit is contained in:
@@ -53,7 +53,7 @@ module.exports = {
|
||||
return programs
|
||||
},
|
||||
async channels() {
|
||||
const doFetch = require('@ntlab/sfetch')
|
||||
const doFetch = require('../../scripts/core/multifetch')
|
||||
const channels = {}
|
||||
const queues = [{ t: 'p', url: 'https://www.mytelly.co.uk/getform', params: this.request }]
|
||||
await doFetch(queues, (queue, res) => {
|
||||
|
||||
Reference in New Issue
Block a user