mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
21 lines
317 B
Markdown
21 lines
317 B
Markdown
# <DOMAIN>
|
|
|
|
https://<DOMAIN>
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=<DOMAIN>
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/<DOMAIN>/<DOMAIN>.config.js --output=./sites/<DOMAIN>/<DOMAIN>.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- <DOMAIN>
|
|
```
|