epg/sites/m.tv.sms.cz
2025-01-19 19:37:52 +03:00
..
__data__ Create content.html 2023-06-11 22:53:12 +03:00
m.tv.sms.cz.channels.xml Update m.tv.sms.cz.channels.xml 2025-01-19 19:35:01 +03:00
m.tv.sms.cz.config.js Fix linter issues in sites/ 2025-01-01 12:27:22 +03:00
m.tv.sms.cz.test.js Update m.tv.sms.cz 2023-12-03 17:03:20 +03:00
readme.md Update readme.md 2025-01-19 19:37:52 +03:00

m.tv.sms.cz

https://m.tv.sms.cz/

Download the guide

Windows (Command Prompt):

SET "NODE_OPTIONS=--tls-cipher-list=DEFAULT@SECLEVEL=0" && npm run grab --- --site=m.tv.sms.cz

Windows (PowerShell):

$env:NODE_OPTIONS="--tls-cipher-list=DEFAULT@SECLEVEL=0"; npm run grab --- --site=m.tv.sms.cz

Linux and macOS:

NODE_OPTIONS='--tls-cipher-list=DEFAULT@SECLEVEL=0' npm run grab --- --site=m.tv.sms.cz

Update channel list

Windows (Command Prompt):

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):

$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:

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

Test

npm test --- m.tv.sms.cz