Update sat.tv

This commit is contained in:
freearhey
2023-11-27 13:09:50 +03:00
parent 1d32de8e75
commit a3a492685d
6 changed files with 31333 additions and 591 deletions

37
sites/sat.tv/readme.md Normal file
View File

@@ -0,0 +1,37 @@
# sat.tv
https://sat.tv/tv-channels
### Download the guide
Arabic:
```sh
npm run grab -- --site=sat.tv --lang=ar
```
English:
```sh
npm run grab -- --site=sat.tv --lang=en
```
### Update channel list
Arabic:
```sh
npm run channels:parse -- --config=./sites/sat.tv/sat.tv.config.js --output=./sites/sat.tv/sat.tv_ar.channels.xml --set=lang:ar
```
English:
```sh
npm run channels:parse -- --config=./sites/sat.tv/sat.tv.config.js --output=./sites/sat.tv/sat.tv_en.channels.xml --set=lang:en
```
### Test
```sh
npm test -- sat.tv
```