Update allente.se

This commit is contained in:
freearhey
2023-12-02 18:21:08 +03:00
parent dfeca2a320
commit 1d7bd0dad7
7 changed files with 126 additions and 352 deletions
+21
View File
@@ -0,0 +1,21 @@
# allente.se
https://www.allente.se/tv-guide/
### Download the guide
```sh
npm run grab -- --site=allente.se
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/allente.se/allente.se.config.js --output=./sites/allente.se/allente.se.channels.xml
```
### Test
```sh
npm test -- allente.se
```