Files

22 lines
351 B
Markdown
Raw Permalink Normal View History

2026-07-04 19:32:45 +07:00
# allente.dk
https://www.allente.dk/tv-guide/
### Download the guide
```sh
npm run grab --- --sites=allente.dk
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/allente.dk/allente.dk.config.js --output=./sites/allente.dk/allente.dk_dk.channels.xml
```
### Test
```sh
npm test --- allente.dk
```