mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 03:17:04 -04:00
22 lines
325 B
Markdown
22 lines
325 B
Markdown
# zee5.com
|
|
|
|
https://zee5.com/tvguide
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=zee5.com
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/zee5.com/zee5.com.config.js --output=./sites/zee5.com/zee5.com.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- zee5.com
|
|
```
|