From 58aa9dc9693c7666e09166067185079f88f79936 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 3 Dec 2023 16:52:16 +0300 Subject: [PATCH] Update ipko.com --- sites/ipko.com/ipko.com.channels.xml | 4 ++-- sites/ipko.com/ipko.com.test.js | 3 --- sites/ipko.com/readme.md | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 sites/ipko.com/readme.md 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 +```