mirror of
https://github.com/iptv-org/epg
synced 2026-04-14 06:39:22 -04:00
22 lines
326 B
Markdown
22 lines
326 B
Markdown
# 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
|
|
```
|