mirror of
https://github.com/iptv-org/epg
synced 2026-05-06 17:37:06 -04:00
38 lines
652 B
Markdown
38 lines
652 B
Markdown
# epg.i-cable.com
|
|
|
|
https://epg.i-cable.com/
|
|
|
|
### Download the guide
|
|
|
|
Chinese:
|
|
|
|
```sh
|
|
npm run grab -- --site=epg.i-cable.com --lang=zh
|
|
```
|
|
|
|
English:
|
|
|
|
```sh
|
|
npm run grab -- --site=epg.i-cable.com --lang=en
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
Chinese:
|
|
|
|
```sh
|
|
npm run channels:parse -- --config=./sites/epg.i-cable.com/epg.i-cable.com.config.js --output=./sites/epg.i-cable.com/epg.i-cable.com_zh.channels.xml --set=lang:zh
|
|
```
|
|
|
|
English:
|
|
|
|
```sh
|
|
npm run channels:parse -- --config=./sites/epg.i-cable.com/epg.i-cable.com.config.js --output=./sites/epg.i-cable.com/epg.i-cable.com_en.channels.xml --set=lang:en
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test -- epg.i-cable.com
|
|
```
|