Files
epg/sites/sat.tv/readme.md

38 lines
549 B
Markdown
Raw Normal View History

2023-11-27 13:09:50 +03:00
# sat.tv
https://sat.tv/tv-channels
### Download the guide
Arabic:
```sh
npm run grab --- --site=sat.tv --lang=ar
2023-11-27 13:09:50 +03:00
```
English:
```sh
npm run grab --- --site=sat.tv --lang=en
2023-11-27 13:09:50 +03:00
```
### 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
2023-11-27 13:09:50 +03:00
```
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
2023-11-27 13:09:50 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- sat.tv
2023-11-27 13:09:50 +03:00
```