Files
epg/sites/allente.no/readme.md

22 lines
326 B
Markdown
Raw Normal View History

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