mirror of
https://github.com/iptv-org/epg
synced 2026-04-18 08:39:23 -04:00
22 lines
352 B
Markdown
22 lines
352 B
Markdown
# roya-tv.com
|
|
|
|
https://en.roya.tv/live-stream
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=roya-tv.com
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/roya-tv.com/roya-tv.com.config.js --output=./sites/roya-tv.com/roya-tv.com.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- roya-tv.com
|
|
```
|