Merge pull request #2750 from iptv-org/freearhey-patch-2

Update epgshare01.online
This commit is contained in:
Ismaël Moret 2025-05-09 13:50:11 +02:00 committed by GitHub
commit 539000fe61
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