diff --git a/sites/meo.pt/meo.pt.channels.xml b/sites/meo.pt/meo.pt.channels.xml index 89dd5036..e8f1953e 100644 --- a/sites/meo.pt/meo.pt.channels.xml +++ b/sites/meo.pt/meo.pt.channels.xml @@ -9,7 +9,7 @@ Sky News TPA Internacional TRT World - + W-Sport 3SAT A Bola TV Afro Music diff --git a/sites/meo.pt/meo.pt.test.js b/sites/meo.pt/meo.pt.test.js index 47867436..7decee75 100644 --- a/sites/meo.pt/meo.pt.test.js +++ b/sites/meo.pt/meo.pt.test.js @@ -1,6 +1,3 @@ -// npm run channels:parse -- --config=./sites/meo.pt/meo.pt.config.js --output=./sites/meo.pt/meo.pt.channels.xml -// npm run grab -- --site=meo.pt - const { parser, url, request } = require('./meo.pt.config.js') const fs = require('fs') const path = require('path') diff --git a/sites/meo.pt/readme.md b/sites/meo.pt/readme.md new file mode 100644 index 00000000..5d420600 --- /dev/null +++ b/sites/meo.pt/readme.md @@ -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 +```