Update znbc.co.zm

This commit is contained in:
freearhey 2023-12-02 16:25:06 +03:00
parent 3bcb953623
commit 6de14b0297
3 changed files with 19 additions and 6 deletions

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

View file

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

View file

@ -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')