diff --git a/sites/ipko.com/ipko.com.channels.xml b/sites/ipko.com/ipko.com.channels.xml index e277a7bcc..7050e0e07 100644 --- a/sites/ipko.com/ipko.com.channels.xml +++ b/sites/ipko.com/ipko.com.channels.xml @@ -1,6 +1,6 @@ - + TVSH 21 Junior 21 Popullore 24 Kitchen diff --git a/sites/ipko.com/ipko.com.test.js b/sites/ipko.com/ipko.com.test.js index ff3d5fbf6..f1eb5fbce 100644 --- a/sites/ipko.com/ipko.com.test.js +++ b/sites/ipko.com/ipko.com.test.js @@ -1,6 +1,3 @@ -// npm run channels:parse -- --config=./sites/ipko.com/ipko.com.config.js --output=./sites/ipko.com/ipko.com.channels.xml -// npm run grab -- --site=ipko.com - const { parser, url } = require('./ipko.com.config.js') const dayjs = require('dayjs') const utc = require('dayjs/plugin/utc') diff --git a/sites/ipko.com/readme.md b/sites/ipko.com/readme.md new file mode 100644 index 000000000..37e38b8ef --- /dev/null +++ b/sites/ipko.com/readme.md @@ -0,0 +1,21 @@ +# 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 +```