mirror of
https://github.com/iptv-org/epg
synced 2026-05-28 03:59:23 -04:00
22 lines
286 B
Markdown
22 lines
286 B
Markdown
|
|
# 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
|
||
|
|
```
|