Update tv.nu

This commit is contained in:
freearhey
2023-11-30 21:23:01 +03:00
parent c4fb606323
commit 393ab713e5
4 changed files with 127 additions and 49 deletions

21
sites/tv.nu/readme.md Normal file
View File

@@ -0,0 +1,21 @@
# 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
```