Files
epg/sites/allente.dk/readme.md
T

22 lines
326 B
Markdown
Raw Normal View History

2023-12-02 18:05:31 +03:00
# allente.dk
https://www.allente.dk/tv-guide/
### Download the guide
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=allente.dk
2023-12-02 18:05:31 +03:00
```
### Update channel list
```sh
2024-12-15 17:32:49 +03:00
npm run channels:parse --- --config=./sites/allente.dk/allente.dk.config.js --output=./sites/allente.dk/allente.dk.channels.xml
2023-12-02 18:05:31 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- allente.dk
2023-12-02 18:05:31 +03:00
```