mirror of
https://github.com/iptv-org/epg
synced 2026-04-21 18:17:01 -04:00
Update ipko.com
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channels>
|
||||
<!-- <channel site="ipko.com" lang="sq" xmltv_id="" site_id="256">Radio Televizioni 21 HD</channel>
|
||||
<channel site="ipko.com" lang="sq" xmltv_id="" site_id="256">Radio Televizioni 21 HD</channel>
|
||||
<channel site="ipko.com" lang="sq" xmltv_id="" site_id="270">Rrokum TV</channel>
|
||||
<channel site="ipko.com" lang="sq" xmltv_id="" site_id="271">Rrokum HD</channel>
|
||||
<channel site="ipko.com" lang="sq" xmltv_id="" site_id="284">Plus HD</channel>
|
||||
@@ -32,7 +32,7 @@
|
||||
<channel site="ipko.com" lang="sq" xmltv_id="" site_id="422">ID Xtra HD</channel>
|
||||
<channel site="ipko.com" lang="sq" xmltv_id="" site_id="424">Rai News</channel>
|
||||
<channel site="ipko.com" lang="sq" xmltv_id="" site_id="427">Wedding Channel</channel>
|
||||
<channel site="ipko.com" lang="sq" xmltv_id="" site_id="428">TVSH</channel> -->
|
||||
<channel site="ipko.com" lang="sq" xmltv_id="" site_id="428">TVSH</channel>
|
||||
<channel site="ipko.com" lang="sq" xmltv_id="21Junior.xk" site_id="281">21 Junior</channel>
|
||||
<channel site="ipko.com" lang="sq" xmltv_id="21Popullore.xk" site_id="324">21 Popullore</channel>
|
||||
<channel site="ipko.com" lang="sq" xmltv_id="24Kitchen.rs" site_id="418">24 Kitchen</channel>
|
||||
|
||||
@@ -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')
|
||||
|
||||
21
sites/ipko.com/readme.md
Normal file
21
sites/ipko.com/readme.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user