Update ipko.com

This commit is contained in:
freearhey
2023-12-03 16:52:16 +03:00
parent 0c633e1c1f
commit 58aa9dc969
3 changed files with 23 additions and 5 deletions

21
sites/ipko.com/readme.md Normal file
View File

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