Create readme.md

This commit is contained in:
freearhey 2025-01-13 19:53:30 +03:00
parent f0afea8c5e
commit c79f360184

View file

@ -0,0 +1,21 @@
# epg.iptvx.one
https://epg.iptvx.one/
### Download the guide
```sh
NODE_OPTIONS=--max-old-space-size=5000 npm run grab --- --site=epg.iptvx.one
```
### Update channel list
```sh
NODE_OPTIONS=--max-old-space-size=5000 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
```sh
npm test --- epg.iptvx.one
```