From f9839234d6d64cda847ef8069e95eb4b5dd83f59 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 7 Jun 2023 04:04:25 +0300 Subject: [PATCH] Update epg.i-cable.com.test.js --- sites/epg.i-cable.com/epg.i-cable.com.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/epg.i-cable.com/epg.i-cable.com.test.js b/sites/epg.i-cable.com/epg.i-cable.com.test.js index a1d2a5d0..bc573f02 100644 --- a/sites/epg.i-cable.com/epg.i-cable.com.test.js +++ b/sites/epg.i-cable.com/epg.i-cable.com.test.js @@ -1,5 +1,5 @@ // npm run channels:parse -- --config=./sites/epg.i-cable.com/epg.i-cable.com.config.js --output=./sites/epg.i-cable.com/epg.i-cable.com.channels.xml --set=lang:zh -// npx epg-grabber --config=sites/epg.i-cable.com/epg.i-cable.com.config.js --channels=sites/epg.i-cable.com/epg.i-cable.com.channels.xml --output=guide.xml --days=2 +// npx epg-grabber --config=sites/epg.i-cable.com/epg.i-cable.com.config.js --channels=sites/epg.i-cable.com/epg.i-cable.com.channels.xml --output=guide.xml const { parser, url } = require('./epg.i-cable.com.config.js') const fs = require('fs')