mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 17:40:07 -04:00
21 lines
302 B
Markdown
21 lines
302 B
Markdown
# ipko.com
|
|
|
|
https://www.ipko.com/epg/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab -- --site=ipko.com
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse -- --config=./sites/ipko.com/ipko.com.config.js --output=./sites/ipko.com/ipko.com.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test -- ipko.com
|
|
```
|