mirror of
https://github.com/iptv-org/epg
synced 2026-04-09 20:32:57 -04:00
22 lines
326 B
Markdown
22 lines
326 B
Markdown
# allente.dk
|
|
|
|
https://www.allente.dk/tv-guide/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=allente.dk
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/allente.dk/allente.dk.config.js --output=./sites/allente.dk/allente.dk.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- allente.dk
|
|
```
|