Files
epg/sites/sky.co.nz/readme.md

22 lines
321 B
Markdown
Raw Normal View History

2023-11-27 14:01:49 +03:00
# sky.co.nz
https://sky.co.nz/ _[Geo-Blocked]_
### Download the guide
```sh
npm run grab --- --site=sky.co.nz
2023-11-27 14:01:49 +03:00
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/sky.co.nz/sky.co.nz.config.js --output=./sites/sky.co.nz/sky.co.nz.channels.xml
2023-11-27 14:01:49 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- sky.co.nz
2023-11-27 14:01:49 +03:00
```