From 0fc71c95ee3ac6241aaba411411fdc35281c30d4 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 26 Nov 2023 12:13:36 +0300 Subject: [PATCH] Update osn.com.test.js --- sites/osn.com/osn.com.test.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sites/osn.com/osn.com.test.js b/sites/osn.com/osn.com.test.js index 6b62fe55..998bd529 100644 --- a/sites/osn.com/osn.com.test.js +++ b/sites/osn.com/osn.com.test.js @@ -1,4 +1,6 @@ -// NODE_OPTIONS=--insecure-http-parser npx epg-grabber --config=sites/osn.com/osn.com.config.js --channels=sites/osn.com/osn.com.channels.xml --output=guide.xml --days=2 +// [Geo-blocked] npm run channels:parse -- --config=./sites/osn.com/osn.com.config.js --output=./sites/osn.com/osn.com_ar.channels.xml --set=lang:ar +// [Geo-blocked] npm run channels:parse -- --config=./sites/osn.com/osn.com.config.js --output=./sites/osn.com/osn.com_en.channels.xml --set=lang:en +// [Geo-blocked] npm run grab -- --site=osn.com --lang=ar const { parser, url, request } = require('./osn.com.config.js') const dayjs = require('dayjs')