mirror of
https://github.com/iptv-org/epg
synced 2026-04-18 08:39:23 -04:00
22 lines
321 B
Markdown
22 lines
321 B
Markdown
# m.tv.sms.cz
|
|
|
|
https://m.tv.sms.cz/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=m.tv.sms.cz
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/m.tv.sms.cz/m.tv.sms.cz.config.js --output=./sites/m.tv.sms.cz/m.tv.sms.cz.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- m.tv.sms.cz
|
|
```
|