Update osn.com.test.js

This commit is contained in:
freearhey 2023-11-26 12:13:36 +03:00
parent 6ca33f0bcb
commit 0fc71c95ee
1 changed files with 3 additions and 1 deletions

View File

@ -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')