mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 01:20:08 -04:00
Merge 7a193e37e1
into b572572616
This commit is contained in:
commit
7fe6359432
1 changed files with 15 additions and 1 deletions
|
@ -104,8 +104,22 @@ https://epgshare01.online/epgshare01/
|
||||||
|
|
||||||
### Download the guide
|
### Download the guide
|
||||||
|
|
||||||
|
Windows (Command Prompt):
|
||||||
|
|
||||||
```sh
|
```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
|
### Update channel list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue