diff --git a/sites/nos.pt/nos.pt.channels.xml b/sites/nos.pt/nos.pt.channels.xml index 42b7f7e2..6a63fd55 100644 --- a/sites/nos.pt/nos.pt.channels.xml +++ b/sites/nos.pt/nos.pt.channels.xml @@ -1,76 +1,76 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + Eurosport 1 + Record TV + RTP Açores + Al Jazeera + PFC + BNT World + Eurosport 2 + Caça e Pesca + E! Entertainment + RTP 1 HD + Canção Nova + MAX + SET Asia + Eurosport 1 HD + AXN HD + AXN White + TVE 24h + FOX HD + FOX Life HD + Toros TV HD + ACOLH + Syfy HD + E! Entertainment HD + HOT HD + TLC + BTV1 HD + BTV1 + CNN + RTP África + TeleSUR + STV Notícias + Canal de Teste + Record TV HD + Penthouse HD1 + Sky News + Ativação NOS + RTL + ARTE + AMC HD + SPORT TV+ HD + SIC HD + SIC Notícias HD + CMTV HD + Globo HD + Sport TV NBA + FTV HD + ARD + VIVA Germany + DSF + AMC Break HD + FTV + Rai Italia + SIC K HD + RTP 2 HD + TVI HD + RTP 3 HD + Eurosport 2 HD + Canal 11 HD + Zee TV + AzoresTV by VITEC – TESTE + Canal 180 + Canal Galeria + RTP Açores HD + Canal Galeria + RTP Memória + Em Destaque + Unifé TV + Playboy HD + Travel Channel HD + AXN White HD + AMC Break 1+1 24Kitchen HD 3SAT diff --git a/sites/nos.pt/nos.pt.test.js b/sites/nos.pt/nos.pt.test.js index 3398b08e..c5f7d7c4 100644 --- a/sites/nos.pt/nos.pt.test.js +++ b/sites/nos.pt/nos.pt.test.js @@ -1,6 +1,3 @@ -// npm run channels:parse -- --config=./sites/nos.pt/nos.pt.config.js --output=./sites/nos.pt/nos.pt.channels.xml -// npm run grab -- --site=nos.pt - const { parser, url } = require('./nos.pt.config.js') const fs = require('fs') const path = require('path') diff --git a/sites/nos.pt/readme.md b/sites/nos.pt/readme.md new file mode 100644 index 00000000..81f3490a --- /dev/null +++ b/sites/nos.pt/readme.md @@ -0,0 +1,21 @@ +# nos.pt + +https://nostv.pt/guia/ + +### Download the guide + +```sh +npm run grab -- --site=nos.pt +``` + +### Update channel list + +```sh +npm run channels:parse -- --config=./sites/nos.pt/nos.pt.config.js --output=./sites/nos.pt/nos.pt.channels.xml +``` + +### Test + +```sh +npm test -- nos.pt +```