Update meo.pt

This commit is contained in:
freearhey
2023-12-03 17:26:13 +03:00
parent 8f5280eb3c
commit 8ff256bcdf
3 changed files with 23 additions and 5 deletions

21
sites/meo.pt/readme.md Normal file
View File

@@ -0,0 +1,21 @@
# 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
```