Files

22 lines
351 B
Markdown
Raw Permalink Normal View History

2025-09-28 17:55:05 +03:00
# allente.no
https://www.allente.no/tv-guide/
### Download the guide
```sh
2026-03-17 03:33:30 +03:00
npm run grab --- --sites=allente.no
2025-09-28 17:55:05 +03:00
```
### Update channel list
```sh
2026-07-04 19:32:45 +07:00
npm run channels:parse --- --config=./sites/allente.no/allente.no.config.js --output=./sites/allente.no/allente.no_no.channels.xml
2025-09-28 17:55:05 +03:00
```
### Test
```sh
npm test --- allente.no
```