mirror of
https://github.com/iptv-org/epg
synced 2025-12-21 04:47:00 -05:00
22 lines
341 B
Markdown
22 lines
341 B
Markdown
|
|
# example.com
|
||
|
|
|
||
|
|
https://example.com
|
||
|
|
|
||
|
|
### Download the guide
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run grab --- --site=example.com
|
||
|
|
```
|
||
|
|
|
||
|
|
### Update channel list
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run channels:parse --- --config=./sites/example.com/example.com.config.js --output=./sites/example.com/example.com.channels.xml
|
||
|
|
```
|
||
|
|
|
||
|
|
### Test
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm test --- example.com
|
||
|
|
```
|