Files
epg/scripts/templates/_readme.md
2026-03-17 03:38:52 +03:00

22 lines
318 B
Markdown

# <DOMAIN>
https://<DOMAIN>
### Download the guide
```sh
npm run grab --- --sites=<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>
```