Adds allente.fi

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