From 01e2197435af5aeccce2402d995d5be055b4ec97 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 31 Oct 2021 22:07:09 +0300 Subject: [PATCH] Update osn.com.test.js --- sites/osn.com/osn.com.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/osn.com/osn.com.test.js b/sites/osn.com/osn.com.test.js index dcdf2b78..b0e2cce9 100644 --- a/sites/osn.com/osn.com.test.js +++ b/sites/osn.com/osn.com.test.js @@ -1,4 +1,4 @@ -// npx epg-grabber --config=sites/osn.com/osn.com.config.js --channels=sites/osn.com/osn.com_ae.channels.xml --days=2 --output=guide.xml +// NODE_OPTIONS=--insecure-http-parser npx epg-grabber --config=sites/osn.com/osn.com.config.js --channels=sites/osn.com/osn.com_ae.channels.xml --days=2 --output=guide.xml const { parser, url, logo, request } = require('./osn.com.config.js') const dayjs = require('dayjs')