mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Create readme.md
This commit is contained in:
parent
f0afea8c5e
commit
c79f360184
1 changed files with 21 additions and 0 deletions
21
sites/epg.iptvx.one/readme.md
Normal file
21
sites/epg.iptvx.one/readme.md
Normal 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
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue