mirror of
https://github.com/iptv-org/epg
synced 2026-05-28 12:09:26 -04:00
22 lines
285 B
Markdown
22 lines
285 B
Markdown
|
|
# nos.pt
|
||
|
|
|
||
|
|
https://nostv.pt/guia/
|
||
|
|
|
||
|
|
### Download the guide
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run grab -- --site=nos.pt
|
||
|
|
```
|
||
|
|
|
||
|
|
### Update channel list
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run channels:parse -- --config=./sites/nos.pt/nos.pt.config.js --output=./sites/nos.pt/nos.pt.channels.xml
|
||
|
|
```
|
||
|
|
|
||
|
|
### Test
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm test -- nos.pt
|
||
|
|
```
|