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

22 lines
351 B
Markdown
Raw Normal View History

2026-07-04 19:32:45 +07:00
# allente.fi
https://www.allente.fi/tv-guide/
### Download the guide
```sh
npm run grab --- --sites=allente.fi
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/allente.fi/allente.fi.config.js --output=./sites/allente.fi/allente.fi_fi.channels.xml
```
### Test
```sh
npm test --- allente.fi
```