mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
Update update.js
This commit is contained in:
@@ -3,7 +3,7 @@ const { program } = require('commander')
|
|||||||
const _ = require('lodash')
|
const _ = require('lodash')
|
||||||
|
|
||||||
const CHANNELS_PATH = process.env.CHANNELS_PATH || 'sites/**/*.channels.xml'
|
const CHANNELS_PATH = process.env.CHANNELS_PATH || 'sites/**/*.channels.xml'
|
||||||
const OUTPUT_DIR = process.env.OUTPUT_DIR || '.gh-pages/api'
|
const OUTPUT_DIR = process.env.OUTPUT_DIR || '.api'
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
let guides = []
|
let guides = []
|
||||||
|
|||||||
Reference in New Issue
Block a user