mirror of
https://github.com/iptv-org/epg
synced 2026-05-01 15:06:59 -04:00
Replace -- with --- in npm commands
Resolves https://github.com/iptv-org/epg/issues/2354 Details: https://github.com/npm/cli/issues/3136
This commit is contained in:
@@ -7,25 +7,25 @@ https://nzxmltv.com/
|
||||
Freeview:
|
||||
|
||||
```sh
|
||||
npm run grab -- --channels=sites/nzxmltv.com/nzxmltv.com_freeview.channels.xml
|
||||
npm run grab --- --channels=sites/nzxmltv.com/nzxmltv.com_freeview.channels.xml
|
||||
```
|
||||
|
||||
Sky:
|
||||
|
||||
```sh
|
||||
npm run grab -- --channels=sites/nzxmltv.com/nzxmltv.com_sky.channels.xml
|
||||
npm run grab --- --channels=sites/nzxmltv.com/nzxmltv.com_sky.channels.xml
|
||||
```
|
||||
|
||||
Red Bull TV:
|
||||
|
||||
```sh
|
||||
npm run grab -- --channels=sites/nzxmltv.com/nzxmltv.com_redbull.channels.xml
|
||||
npm run grab --- --channels=sites/nzxmltv.com/nzxmltv.com_redbull.channels.xml
|
||||
```
|
||||
|
||||
Pluto TV:
|
||||
|
||||
```sh
|
||||
npm run grab -- --channels=sites/nzxmltv.com/nzxmltv.com_pluto.channels.xml
|
||||
npm run grab --- --channels=sites/nzxmltv.com/nzxmltv.com_pluto.channels.xml
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
@@ -33,29 +33,29 @@ npm run grab -- --channels=sites/nzxmltv.com/nzxmltv.com_pluto.channels.xml
|
||||
Freeview:
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/nzxmltv.com/nzxmltv.com.config.js --output=./sites/nzxmltv.com/nzxmltv.com_freeview.channels.xml --set=provider: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:
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/nzxmltv.com/nzxmltv.com.config.js --output=./sites/nzxmltv.com/nzxmltv.com_sky.channels.xml --set=provider: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:
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/nzxmltv.com/nzxmltv.com.config.js --output=./sites/nzxmltv.com/nzxmltv.com_redbull.channels.xml --set=provider:redbull
|
||||
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:
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/nzxmltv.com/nzxmltv.com.config.js --output=./sites/nzxmltv.com/nzxmltv.com_pluto.channels.xml --set=provider:pluto
|
||||
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
|
||||
|
||||
```sh
|
||||
npm test -- nzxmltv.com
|
||||
npm test ---nzxmltv.com
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user