mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 19:37:00 -04:00
Update shahid.mbc.net
This commit is contained in:
53
sites/shahid.mbc.net/readme.md
Normal file
53
sites/shahid.mbc.net/readme.md
Normal file
@@ -0,0 +1,53 @@
|
||||
# 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
|
||||
npm run grab -- --site=shahid.mbc.net --lang=ar
|
||||
```
|
||||
|
||||
English:
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=shahid.mbc.net --lang=en
|
||||
```
|
||||
|
||||
French:
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=shahid.mbc.net --lang=fr
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
Arabic:
|
||||
|
||||
```sh
|
||||
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
|
||||
```
|
||||
|
||||
English:
|
||||
|
||||
```sh
|
||||
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
|
||||
```
|
||||
|
||||
French:
|
||||
|
||||
```sh
|
||||
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
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- shahid.mbc.net
|
||||
```
|
||||
Reference in New Issue
Block a user