Files
epg/sites/meo.pt/readme.md
2024-12-17 20:14:19 +03:00

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
```