mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
|
||
---|---|---|
.. | ||
__data__ | ||
epg.iptvx.one.channels.xml | ||
epg.iptvx.one.config.js | ||
epg.iptvx.one.test.js | ||
readme.md |
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