Files
epg/sites/epg.i-cable.com/readme.md
2023-12-03 15:32:29 +03:00

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
```