Files
epg/sites/epg.iptvx.one
theofficialomega cd0327e445 Update deps + configuration
Prevent usage of old dependencies & update the whole structure.
2025-06-23 12:32:56 +02:00
..
2025-06-23 12:32:56 +02:00

epg.iptvx.one

https://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 run test:site epg.iptvx.one