Update osn.com

This commit is contained in:
freearhey
2023-12-03 19:03:44 +03:00
parent 0e42b4fef5
commit ddc13bb194
4 changed files with 39 additions and 6 deletions

37
sites/osn.com/readme.md Normal file
View File

@@ -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
```