This commit is contained in:
Aleksandr Statciuk 2025-05-08 19:01:15 -07:00 committed by GitHub
commit 7fe6359432
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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