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