mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 11:27:00 -04:00
Change tokenk Axios wrapper to multifetch, config changes
This commit is contained in:
@@ -2,7 +2,7 @@ const dayjs = require('dayjs')
|
||||
const utc = require('dayjs/plugin/utc')
|
||||
const customParseFormat = require('dayjs/plugin/customParseFormat')
|
||||
const duration = require('dayjs/plugin/duration')
|
||||
const doFetch = require('@ntlab/sfetch')
|
||||
const doFetch = require('../../scripts/core/multifetch')
|
||||
const debug = require('debug')('site:dsmart.com.tr')
|
||||
|
||||
dayjs.extend(utc)
|
||||
|
||||
Reference in New Issue
Block a user