Files
epg/scripts/templates/_readme.md

22 lines
320 B
Markdown
Raw Normal View History

2025-01-12 21:35:52 +03:00
# <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>
```