mirror of
https://github.com/iptv-org/epg
synced 2026-05-06 17:37:06 -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:
@@ -9,13 +9,13 @@ https://www.mytvsuper.com/en/epg/ (English)
|
||||
Chinese:
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=mytvsuper.com --lang=zh
|
||||
npm run grab --- --site=mytvsuper.com --lang=zh
|
||||
```
|
||||
|
||||
English:
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=mytvsuper.com --lang=en
|
||||
npm run grab --- --site=mytvsuper.com --lang=en
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
@@ -23,17 +23,17 @@ npm run grab -- --site=mytvsuper.com --lang=en
|
||||
Chinese:
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/mytvsuper.com/mytvsuper.com.config.js --output=./sites/mytvsuper.com/mytvsuper.com_zh.channels.xml --set=lang:zh
|
||||
npm run channels:parse --- --config=./sites/mytvsuper.com/mytvsuper.com.config.js --output=./sites/mytvsuper.com/mytvsuper.com_zh.channels.xml --set=lang:zh
|
||||
```
|
||||
|
||||
English:
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/mytvsuper.com/mytvsuper.com.config.js --output=./sites/mytvsuper.com/mytvsuper.com_en.channels.xml --set=lang:en
|
||||
npm run channels:parse --- --config=./sites/mytvsuper.com/mytvsuper.com.config.js --output=./sites/mytvsuper.com/mytvsuper.com_en.channels.xml --set=lang:en
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- mytvsuper.com
|
||||
npm test ---mytvsuper.com
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user