mirror of
https://github.com/iptv-org/epg
synced 2026-05-05 00:47:02 -04:00
22 lines
311 B
Markdown
22 lines
311 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
|
|
```
|