mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update znbc.co.zm
This commit is contained in:
parent
3bcb953623
commit
6de14b0297
3 changed files with 19 additions and 6 deletions
15
sites/znbc.co.zm/readme.md
Normal file
15
sites/znbc.co.zm/readme.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# znbc.co.zm
|
||||
|
||||
https://www.znbc.co.zm/
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=znbc.co.zm
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- znbc.co.zm
|
||||
```
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channels>
|
||||
<channel site="znbc.co.zm" lang="en" xmltv_id="ZNBCTV1.zm" site_id="tv1">ZNBC TV 1</channel>
|
||||
<channel site="znbc.co.zm" lang="en" xmltv_id="ZNBCTV2.zm" site_id="tv2">ZNBC TV 2</channel>
|
||||
<channel site="znbc.co.zm" lang="en" xmltv_id="ZNBCTV3.zm" site_id="tv3">ZNBC TV 3</channel>
|
||||
<channel site="znbc.co.zm" lang="en" xmltv_id="ZNBCTV4.zm" site_id="tv4">ZNBC TV 4</channel>
|
||||
<channel site="znbc.co.zm" lang="en" xmltv_id="ZNBCTV1.zm" site_id="tv1">TV1</channel>
|
||||
<channel site="znbc.co.zm" lang="en" xmltv_id="ZNBCTV2.zm" site_id="tv2">TV2</channel>
|
||||
<channel site="znbc.co.zm" lang="en" xmltv_id="ZNBCTV3.zm" site_id="tv3">TV3</channel>
|
||||
<channel site="znbc.co.zm" lang="en" xmltv_id="ZNBCTV4.zm" site_id="tv4">TV4</channel>
|
||||
</channels>
|
|
@ -1,5 +1,3 @@
|
|||
// npm run grab -- --site=znbc.co.zm
|
||||
|
||||
const { parser, url } = require('./znbc.co.zm.config.js')
|
||||
const dayjs = require('dayjs')
|
||||
const utc = require('dayjs/plugin/utc')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue