Files
epg/sites/m.tv.sms.cz/readme.md
T

50 lines
1.1 KiB
Markdown
Raw Normal View History

2023-12-03 17:03:20 +03:00
# m.tv.sms.cz
https://m.tv.sms.cz/
### Download the guide
2025-01-19 19:37:52 +03:00
Windows (Command Prompt):
```sh
SET "NODE_OPTIONS=--tls-cipher-list=DEFAULT@SECLEVEL=0" && npm run grab --- --site=m.tv.sms.cz
```
Windows (PowerShell):
```sh
$env:NODE_OPTIONS="--tls-cipher-list=DEFAULT@SECLEVEL=0"; npm run grab --- --site=m.tv.sms.cz
```
Linux and macOS:
2023-12-03 17:03:20 +03:00
```sh
2025-01-19 19:37:52 +03:00
NODE_OPTIONS='--tls-cipher-list=DEFAULT@SECLEVEL=0' npm run grab --- --site=m.tv.sms.cz
2023-12-03 17:03:20 +03:00
```
### Update channel list
2025-01-19 19:37:52 +03:00
Windows (Command Prompt):
```sh
SET "NODE_OPTIONS=--tls-cipher-list=DEFAULT@SECLEVEL=0" && 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
```
Windows (PowerShell):
```sh
$env:NODE_OPTIONS="--tls-cipher-list=DEFAULT@SECLEVEL=0"; 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
```
Linux and macOS:
2023-12-03 17:03:20 +03:00
```sh
2025-01-19 19:37:52 +03:00
NODE_OPTIONS='--tls-cipher-list=DEFAULT@SECLEVEL=0' 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
2023-12-03 17:03:20 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- m.tv.sms.cz
2023-12-03 17:03:20 +03:00
```