From 4a70daabb2e1bc083b263389b6ab11f1f8b4cd1a Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 3 Jun 2023 22:03:42 +0300 Subject: [PATCH] Update tvhebdo.com.test.js --- sites/tvhebdo.com/tvhebdo.com.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/tvhebdo.com/tvhebdo.com.test.js b/sites/tvhebdo.com/tvhebdo.com.test.js index 7fcd7be0..e28a6138 100644 --- a/sites/tvhebdo.com/tvhebdo.com.test.js +++ b/sites/tvhebdo.com/tvhebdo.com.test.js @@ -1,5 +1,5 @@ // npm run channels:parse -- --config=./sites/tvhebdo.com/tvhebdo.com.config.js --output=./sites/tvhebdo.com/tvhebdo.com.channels.xml -// npx epg-grabber --config=sites/tvhebdo.com/tvhebdo.com.config.js --channels=sites/tvhebdo.com/tvhebdo.com.channels.xml --output=guide.xml --timeout=30000 --days=2 +// npx epg-grabber --config=sites/tvhebdo.com/tvhebdo.com.config.js --channels=sites/tvhebdo.com/tvhebdo.com.channels.xml --output=guide.xml const { parser, url } = require('./tvhebdo.com.config.js') const fs = require('fs')