mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
21 lines
367 B
Markdown
21 lines
367 B
Markdown
# skylife.co.kr
|
|
|
|
https://www.skylife.co.kr/product/tv/channelNo/chart
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=skylife.co.kr
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/skylife.co.kr/skylife.co.kr.config.js --output=./sites/skylife.co.kr/skylife.co.kr.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- skylife.co.kr
|
|
```
|