2023-11-27 13:19:07 +03:00
|
|
|
# shahid.mbc.net
|
|
|
|
|
|
|
|
|
|
https://shahid.mbc.net/ar/livestream (Arabic)
|
|
|
|
|
|
|
|
|
|
https://shahid.mbc.net/en/livestream (English)
|
|
|
|
|
|
|
|
|
|
https://shahid.mbc.net/fr/livestream (French)
|
|
|
|
|
|
|
|
|
|
### Download the guide
|
|
|
|
|
|
|
|
|
|
Arabic:
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run grab --- --site=shahid.mbc.net --lang=ar
|
2023-11-27 13:19:07 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
English:
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run grab --- --site=shahid.mbc.net --lang=en
|
2023-11-27 13:19:07 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
French:
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run grab --- --site=shahid.mbc.net --lang=fr
|
2023-11-27 13:19:07 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Update channel list
|
|
|
|
|
|
|
|
|
|
Arabic:
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run channels:parse --- --config=./sites/shahid.mbc.net/shahid.mbc.net.config.js --output=./sites/shahid.mbc.net/shahid.mbc.net_ar.channels.xml --set=lang:ar
|
2023-11-27 13:19:07 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
English:
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run channels:parse --- --config=./sites/shahid.mbc.net/shahid.mbc.net.config.js --output=./sites/shahid.mbc.net/shahid.mbc.net_en.channels.xml --set=lang:en
|
2023-11-27 13:19:07 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
French:
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run channels:parse --- --config=./sites/shahid.mbc.net/shahid.mbc.net.config.js --output=./sites/shahid.mbc.net/shahid.mbc.net_fr.channels.xml --set=lang:fr
|
2023-11-27 13:19:07 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Test
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-17 20:14:19 +03:00
|
|
|
npm test --- shahid.mbc.net
|
2023-11-27 13:19:07 +03:00
|
|
|
```
|