mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05: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:
@@ -9,13 +9,13 @@ https://rotana.net/en/streams (English)
|
||||
Arabic:
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=rotana.net --lang=ar
|
||||
npm run grab --- --site=rotana.net --lang=ar
|
||||
```
|
||||
|
||||
English:
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=rotana.net --lang=en
|
||||
npm run grab --- --site=rotana.net --lang=en
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
@@ -23,17 +23,17 @@ npm run grab -- --site=rotana.net --lang=en
|
||||
Arabic:
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/rotana.net/rotana.net.config.js --output=./sites/rotana.net/rotana.net_ar.channels.xml --set=lang:ar
|
||||
npm run channels:parse --- --config=./sites/rotana.net/rotana.net.config.js --output=./sites/rotana.net/rotana.net_ar.channels.xml --set=lang:ar
|
||||
```
|
||||
|
||||
English:
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/rotana.net/rotana.net.config.js --output=./sites/rotana.net/rotana.net_en.channels.xml --set=lang:en
|
||||
npm run channels:parse --- --config=./sites/rotana.net/rotana.net.config.js --output=./sites/rotana.net/rotana.net_en.channels.xml --set=lang:en
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- rotana.net
|
||||
npm test ---rotana.net
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user