diff --git a/sites/osn.com/osn.com.test.js b/sites/osn.com/osn.com.test.js index 998bd529..932d0af5 100644 --- a/sites/osn.com/osn.com.test.js +++ b/sites/osn.com/osn.com.test.js @@ -1,7 +1,3 @@ -// [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') const utc = require('dayjs/plugin/utc') diff --git a/sites/osn.com/osn.com_ar.channels.xml b/sites/osn.com/osn.com_ar.channels.xml index f8ca0f9a..78345a31 100644 --- a/sites/osn.com/osn.com_ar.channels.xml +++ b/sites/osn.com/osn.com_ar.channels.xml @@ -1,6 +1,6 @@ - + DWRR 101.9 Kapatid TV5 Alfa Series +2 Alfa Series Channel diff --git a/sites/osn.com/osn.com_en.channels.xml b/sites/osn.com/osn.com_en.channels.xml index d80d0b28..51e7d6ec 100644 --- a/sites/osn.com/osn.com_en.channels.xml +++ b/sites/osn.com/osn.com_en.channels.xml @@ -1,6 +1,6 @@ - + DWRR 101.9 Kapatid TV5 Alfa Series +2 Alfa Series Channel diff --git a/sites/osn.com/readme.md b/sites/osn.com/readme.md new file mode 100644 index 00000000..2e1d5752 --- /dev/null +++ b/sites/osn.com/readme.md @@ -0,0 +1,37 @@ +# osn.com + +https://osn.com/ _[Geo-blocked]_ + +### Download the guide + +Arabic: + +```sh +npm run grab -- --site=osn.com --lang=ar +``` + +English: + +```sh +npm run grab -- --site=osn.com --lang=en +``` + +### Update channel list + +Arabic: + +```sh +npm run channels:parse -- --config=./sites/osn.com/osn.com.config.js --output=./sites/osn.com/osn.com_ar.channels.xml --set=lang:ar +``` + +English: + +```sh +npm run channels:parse -- --config=./sites/osn.com/osn.com.config.js --output=./sites/osn.com/osn.com_en.channels.xml --set=lang:en +``` + +### Test + +```sh +npm test -- osn.com +```