mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 01:20:08 -04:00
39 lines
645 B
Markdown
39 lines
645 B
Markdown
# rotana.net
|
|
|
|
https://rotana.net/ar/streams (Arabic)
|
|
|
|
https://rotana.net/en/streams (English)
|
|
|
|
### Download the guide
|
|
|
|
Arabic:
|
|
|
|
```sh
|
|
npm run grab -- --site=rotana.net --lang=ar
|
|
```
|
|
|
|
English:
|
|
|
|
```sh
|
|
npm run grab -- --site=rotana.net --lang=en
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
Arabic:
|
|
|
|
```sh
|
|
npm run channels:parse -- --config=./sites/rotana.net/rotana.net.config.js --output=./sites/rotana.net/rotana.net_ar.channels.xml --set=lang:ar
|
|
```
|
|
|
|
English:
|
|
|
|
```sh
|
|
npm run channels:parse -- --config=./sites/rotana.net/rotana.net.config.js --output=./sites/rotana.net/rotana.net_en.channels.xml --set=lang:en
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test -- rotana.net
|
|
```
|