Files
epg/tests/__data__/expected/sites_init/readme.md

22 lines
342 B
Markdown
Raw Normal View History

2026-03-17 03:38:37 +03:00
# example.com
https://example.com
### Download the guide
```sh
npm run grab --- --sites=example.com
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/example.com/example.com.config.js --output=./sites/example.com/example.com.channels.xml
```
### Test
```sh
npm test --- example.com
```