Update m.tv.sms.cz

This commit is contained in:
freearhey
2023-12-03 17:03:20 +03:00
parent d5e53b4ede
commit 57989aeb75
3 changed files with 23 additions and 5 deletions

View File

@@ -0,0 +1,21 @@
# 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
```