Files
epg/sites/tv.nu/readme.md

22 lines
310 B
Markdown
Raw Normal View History

2025-09-28 17:55:05 +03:00
# tv.nu
https://www.tv.nu/alla-kanaler
### Download the guide
```sh
npm run grab --- --site=tv.nu
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/tv.nu/tv.nu.config.js --output=./sites/tv.nu/tv.nu.channels.xml
```
### Test
```sh
npm test --- tv.nu
```