mirror of
https://github.com/iptv-org/epg
synced 2026-04-30 14:36:58 -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:
@@ -5,7 +5,7 @@ https://www.indihometv.com/
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=indihometv.com
|
||||
npm run grab --- --site=indihometv.com
|
||||
```
|
||||
|
||||
**NOTE:** Requests from some regions may return a "Connection timeout" error (https://check-host.net/check-report/13a843e2ke22).
|
||||
@@ -13,11 +13,11 @@ npm run grab -- --site=indihometv.com
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/indihometv.com/indihometv.com.config.js --output=./sites/indihometv.com/indihometv.com.channels.xml
|
||||
npm run channels:parse --- --config=./sites/indihometv.com/indihometv.com.config.js --output=./sites/indihometv.com/indihometv.com.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- indihometv.com
|
||||
npm test ---indihometv.com
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user