epg/scripts/templates/_readme.md
2025-01-12 21:35:52 +03:00

21 lines
320 B
Markdown

# <DOMAIN>
https://example.com
### 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>
```