Files
epg/sites/tv.post.lu/readme.md

22 lines
329 B
Markdown
Raw Normal View History

2023-11-30 21:47:57 +03:00
# tv.post.lu
https://tv.post.lu/en/tv-programme/
### Download the guide
```sh
npm run grab --- --site=tv.post.lu
2023-11-30 21:47:57 +03:00
```
### 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
2023-11-30 21:47:57 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- tv.post.lu
2023-11-30 21:47:57 +03:00
```