mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 00:20:08 -04:00
.. | ||
__data__ | ||
nzxmltv.com.config.js | ||
nzxmltv.com.test.js | ||
nzxmltv.com_freeview.channels.xml | ||
nzxmltv.com_pluto.channels.xml | ||
nzxmltv.com_redbull.channels.xml | ||
nzxmltv.com_sky.channels.xml | ||
readme.md |
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