Files
epg/sites/nostv.pt/readme.md
T

22 lines
302 B
Markdown
Raw Normal View History

2023-12-12 18:21:55 +07:00
# nostv.pt
https://nostv.pt/guia/
### Download the guide
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=nostv.pt
2023-12-12 18:21:55 +07:00
```
### Update channel list
```sh
2024-12-15 17:32:49 +03:00
npm run channels:parse --- --config=./sites/nostv.pt/nostv.pt.config.js --output=./sites/nostv.pt/nostv.pt.channels.xml
2023-12-12 18:21:55 +07:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- nostv.pt
2023-12-12 18:21:55 +07:00
```