mirror of
https://github.com/iptv-org/epg
synced 2026-04-19 09:09:25 -04:00
Resolves https://github.com/iptv-org/epg/issues/2354 Details: https://github.com/npm/cli/issues/3136
22 lines
372 B
Markdown
22 lines
372 B
Markdown
# mujtvprogram.cz
|
|
|
|
https://www.mujtvprogram.cz/ _[Geo-blocked]_
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=mujtvprogram.cz
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/mujtvprogram.cz/mujtvprogram.cz.config.js --output=./sites/mujtvprogram.cz/mujtvprogram.cz.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test ---mujtvprogram.cz
|
|
```
|