mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update rotana.net
This commit is contained in:
39
sites/rotana.net/readme.md
Normal file
39
sites/rotana.net/readme.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user