From adf814968240585513038fd6e96ec9224fe1433f Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 3 Jun 2023 22:53:50 +0300 Subject: [PATCH] Update tivu.tv.test.js --- sites/tivu.tv/tivu.tv.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/tivu.tv/tivu.tv.test.js b/sites/tivu.tv/tivu.tv.test.js index 8e8c176a..abbb4dee 100644 --- a/sites/tivu.tv/tivu.tv.test.js +++ b/sites/tivu.tv/tivu.tv.test.js @@ -1,4 +1,4 @@ -// npx epg-grabber --config=sites/tivu.tv/tivu.tv.config.js --channels=sites/tivu.tv/tivu.tv.channels.xml --output=guide.xml --days=2 +// npx epg-grabber --config=sites/tivu.tv/tivu.tv.config.js --channels=sites/tivu.tv/tivu.tv.channels.xml --output=guide.xml const { parser, url, request } = require('./tivu.tv.config.js') const fs = require('fs')