mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 09:30:06 -04:00
21 lines
326 B
Markdown
21 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
|
|
```
|