Update tv.post.lu

This commit is contained in:
freearhey
2023-11-30 21:47:57 +03:00
parent 23e22403f3
commit d2728dc3db
3 changed files with 120 additions and 106 deletions

View File

@@ -0,0 +1,21 @@
# tv.post.lu
https://tv.post.lu/en/tv-programme/
### Download the guide
```sh
npm run grab -- --site=tv.post.lu
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/tv.post.lu/tv.post.lu.config.js --output=./sites/tv.post.lu/tv.post.lu.channels.xml
```
### Test
```sh
npm test -- tv.post.lu
```