mirror of
https://github.com/iptv-org/epg
synced 2025-12-15 09:56:42 -05:00
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [format](https://github.com/iptv-org/epg/actions/runs/19200365431) workflow.
epg.iptvx.one
Download the guide
Windows (Command Prompt):
SET "NODE_OPTIONS=--max-old-space-size=5000" && npm run grab --- --site=epg.iptvx.one
Windows (PowerShell):
$env:NODE_OPTIONS="--max-old-space-size=5000"; npm run grab --- --site=epg.iptvx.one
Linux and macOS:
NODE_OPTIONS=--max-old-space-size=5000 npm run grab --- --site=epg.iptvx.one
Update channel list
npm run channels:parse --- --config=./sites/epg.iptvx.one/epg.iptvx.one.config.js --output=./sites/epg.iptvx.one/epg.iptvx.one.channels.xml
Test
npm test --- epg.iptvx.one