mirror of
https://github.com/iptv-org/epg
synced 2026-04-08 11:52:54 -04:00
22 lines
314 B
Markdown
22 lines
314 B
Markdown
# meo.pt
|
|
|
|
https://www.meo.pt/tv/canais-programacao/guia-tv
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=meo.pt
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/meo.pt/meo.pt.config.js --output=./sites/meo.pt/meo.pt.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- meo.pt
|
|
```
|