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,13 +5,13 @@ https://watch.plex.tv/live-tv
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=plex.tv
|
||||
npm run grab --- --site=plex.tv
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/plex.tv/plex.tv.config.js --output=./sites/plex.tv/plex.tv.channels.xml --set=token:YOUR_PLEX_TOKEN
|
||||
npm run channels:parse --- --config=./sites/plex.tv/plex.tv.config.js --output=./sites/plex.tv/plex.tv.channels.xml --set=token:YOUR_PLEX_TOKEN
|
||||
```
|
||||
|
||||
Where to get the Plex Token? https://www.plexopedia.com/plex-media-server/general/plex-token/
|
||||
@@ -19,5 +19,5 @@ Where to get the Plex Token? https://www.plexopedia.com/plex-media-server/genera
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- plex.tv
|
||||
npm test ---plex.tv
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user