mirror of
https://github.com/iptv-org/epg
synced 2026-05-01 06:56:59 -04:00
Simultaneous fetch is now external package.
Signed-off-by: Toha <tohenk@yahoo.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const dayjs = require('dayjs')
|
||||
const doFetch = require('../../scripts/core/fetch')
|
||||
const doFetch = require('@ntlab/sfetch')
|
||||
const debug = require('debug')('site:tv.yandex.ru')
|
||||
|
||||
doFetch
|
||||
@@ -276,7 +276,7 @@ function getQueue(url, referer) {
|
||||
}
|
||||
const headers = getHeaders(data)
|
||||
return {
|
||||
u: url,
|
||||
url,
|
||||
params: { headers }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user