mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Simultaneous fetch is now external package.
Signed-off-by: Toha <tohenk@yahoo.com>
This commit is contained in:
parent
916b5f5234
commit
a5229d3af0
9 changed files with 20 additions and 189 deletions
|
@ -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 }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue