mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 00:20:08 -04:00
Update readme.md
This commit is contained in:
parent
7e1fbcbe15
commit
7a193e37e1
1 changed files with 15 additions and 1 deletions
|
@ -104,8 +104,22 @@ https://epgshare01.online/epgshare01/
|
|||
|
||||
### Download the guide
|
||||
|
||||
Windows (Command Prompt):
|
||||
|
||||
```sh
|
||||
npm run grab --- --channels=sites/epgshare01.online/epgshare01.online_<TAG>.channels.xml
|
||||
SET "NODE_OPTIONS=--max-old-space-size=5000" && npm run grab --- --channels=sites/epgshare01.online/epgshare01.online_<TAG>.channels.xml
|
||||
```
|
||||
|
||||
Windows (PowerShell):
|
||||
|
||||
```sh
|
||||
$env:NODE_OPTIONS="--max-old-space-size=5000"; npm run grab --- --channels=sites/epgshare01.online/epgshare01.online_<TAG>.channels.xml
|
||||
```
|
||||
|
||||
Linux and macOS:
|
||||
|
||||
```sh
|
||||
NODE_OPTIONS=--max-old-space-size=5000 npm run grab --- --channels=sites/epgshare01.online/epgshare01.online_<TAG>.channels.xml
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue