epg/sites/nzxmltv.com
2025-01-11 10:44:31 +03:00
..
__data__ Add nzxmltv.com. 2023-11-23 22:41:03 +07:00
nzxmltv.com.config.js Update nzxmltv.com.config.js 2025-01-11 10:44:31 +03:00
nzxmltv.com.test.js Fix linter issues in sites/ 2025-01-01 12:27:22 +03:00
nzxmltv.com_freeview.channels.xml Update nzxmltv.com 2023-12-03 18:53:45 +03:00
nzxmltv.com_pluto.channels.xml Update nzxmltv.com 2023-12-03 18:53:45 +03:00
nzxmltv.com_redbull.channels.xml Update nzxmltv.com 2023-11-28 13:00:27 +03:00
nzxmltv.com_sky.channels.xml Update nzxmltv.com 2023-12-03 18:53:45 +03:00
readme.md Add missing space 2024-12-17 20:14:19 +03:00

nzxmltv.com

https://nzxmltv.com/

Download the guide

Freeview:

npm run grab --- --channels=sites/nzxmltv.com/nzxmltv.com_freeview.channels.xml

Sky:

npm run grab --- --channels=sites/nzxmltv.com/nzxmltv.com_sky.channels.xml

Red Bull TV:

npm run grab --- --channels=sites/nzxmltv.com/nzxmltv.com_redbull.channels.xml

Pluto TV:

npm run grab --- --channels=sites/nzxmltv.com/nzxmltv.com_pluto.channels.xml

Update channel list

Freeview:

npm run channels:parse --- --config=./sites/nzxmltv.com/nzxmltv.com.config.js --output=./sites/nzxmltv.com/nzxmltv.com_freeview.channels.xml --set=provider:freeview

Sky:

npm run channels:parse --- --config=./sites/nzxmltv.com/nzxmltv.com.config.js --output=./sites/nzxmltv.com/nzxmltv.com_sky.channels.xml --set=provider:sky

Red Bull TV:

npm run channels:parse --- --config=./sites/nzxmltv.com/nzxmltv.com.config.js --output=./sites/nzxmltv.com/nzxmltv.com_redbull.channels.xml --set=provider:redbull

Pluto TV:

npm run channels:parse --- --config=./sites/nzxmltv.com/nzxmltv.com.config.js --output=./sites/nzxmltv.com/nzxmltv.com_pluto.channels.xml --set=provider:pluto

Test

npm test --- nzxmltv.com