mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
21 lines
309 B
Markdown
21 lines
309 B
Markdown
# dna.fi
|
|
|
|
https://www.dna.fi/viihde/dna-viihde/tvopas
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=dna.fi
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/dna.fi/dna.fi.config.js --output=./sites/dna.fi/dna.fi.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- dna.fi
|
|
```
|