mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
22 lines
388 B
Markdown
22 lines
388 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
|
|
```
|