Files
epg/scripts/templates/_readme.md

22 lines
318 B
Markdown
Raw Normal View History

2025-10-23 04:53:39 +03:00
# <DOMAIN>
https://<DOMAIN>
### Download the guide
```sh
2026-03-17 03:38:52 +03:00
npm run grab --- --sites=<DOMAIN>
2025-10-23 04:53:39 +03:00
```
### 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>
```