diff --git a/sites/tv.post.lu/readme.md b/sites/tv.post.lu/readme.md new file mode 100644 index 00000000..d68c0880 --- /dev/null +++ b/sites/tv.post.lu/readme.md @@ -0,0 +1,21 @@ +# tv.post.lu + +https://tv.post.lu/en/tv-programme/ + +### Download the guide + +```sh +npm run grab -- --site=tv.post.lu +``` + +### Update channel list + +```sh +npm run channels:parse -- --config=./sites/tv.post.lu/tv.post.lu.config.js --output=./sites/tv.post.lu/tv.post.lu.channels.xml +``` + +### Test + +```sh +npm test -- tv.post.lu +``` diff --git a/sites/tv.post.lu/tv.post.lu.channels.xml b/sites/tv.post.lu/tv.post.lu.channels.xml index eb56c81c..b58d3474 100644 --- a/sites/tv.post.lu/tv.post.lu.channels.xml +++ b/sites/tv.post.lu/tv.post.lu.channels.xml @@ -1,96 +1,57 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 13th Street + 3sat + 13th Street Animal Planet ARD-Alpha Auto Motor Sport + AXN Black Bergblick TV Bibel TV - Boomerang + Cartoonito Cartoon Network Crime + Investigation Das Erste @@ -117,8 +78,6 @@ MTV Germany MTV Live N24 Doku - National Geographic - National Geographic Wild Nick Jr. NickToons NITRO @@ -128,10 +87,11 @@ Phoenix ProSieben Romance TV + RTL Television RTL Crime - RTL RTL Living RTL Passion + RTL SUPER RTLup RTLZWEI SAT.1 @@ -148,14 +108,12 @@ Sky Cinema Premieren +24 HD Sky Cinema Special HD Sky Cinema Thriller HD - Sky Comedy HD Sky Crime HD Sky Documentaries HD Sky Krimi HD Sky Nature HD Sky One Sky Replay HD - Sky Sport 10 Sky Sport 1 Sky Sport 2 Sky Sport 3 @@ -165,8 +123,8 @@ Sky Sport 7 Sky Sport 8 Sky Sport 9 + Sky Sport 10 Sky Sport Bundesliga 1 - Sky Sport Bundesliga 10 Sky Sport Bundesliga 2 Sky Sport Bundesliga 3 Sky Sport Bundesliga 4 @@ -175,16 +133,15 @@ Sky Sport Bundesliga 7 Sky Sport Bundesliga 8 Sky Sport Bundesliga 9 + Sky Sport Bundesliga 10 Sky Sport Bundesliga UHD Sky Sport F1 - Sky Sport News + Sky Sport News HD Sky Sport UHD - Sony AXN Spiegel Geschichte Sport1 SPORTDIGITAL FUSSBALL SR Fernsehen - SUPER RTL Syfy Tele5 TLC @@ -200,6 +157,17 @@ ZDF ZDFinfo ZDFneo + Aljazeera BBC Entertainment BBC World News @@ -224,8 +192,6 @@ Man-X NHK World Japan Redlight - STINGRAY Classica - STINGRAY Djazz Trace Sports Stars TRT World TVC News @@ -233,6 +199,28 @@ X-MO Canal 24 Horas TVE internacional + 6ter AB1 AB3 @@ -247,7 +235,7 @@ Canal J Chasse et Pêche CLUBBING TV - Club RTL + RTL Club Cnews Crime District CSTAR @@ -260,10 +248,10 @@ Eurosport 1 France Eurosport 2 FR France 2 - France 24 (FR) France 3 France 4 France 5 + France 24 (FR) France Info TV Gulli Histoire @@ -282,7 +270,7 @@ Museum TV MyZen TV Pink-X - Plug RTL + RTL Plug RFM TV RMC Sport 2 RTL TVI @@ -293,7 +281,7 @@ Tiji Tipik TMC - Toonami + WarnerTV Next Toute l'Histoire Trace Urban Trek @@ -305,6 +293,7 @@ VOO Sport World 3 W9 The Israeli Network + Mediaset Italia Rai 1 Rai 2 @@ -312,20 +301,27 @@ Rai News 24 HD Rai Scuola HD Rai Storia HD + Chamber TV Eldo TV - RTL Lëtzebuerg RTL Zwee BVN RTL 4 RTL 5 RTL 7 RTL 8 + A Bola TV Alma Lusa Benfica TV Canal Q - Gulli Brasil Porto Canal RTP3 RTP Internacional @@ -333,7 +329,7 @@ Sporting TV TRACE Latina TVI Internacional - CTC International TV1000 Russkoe Kino + DIZI diff --git a/sites/tv.post.lu/tv.post.lu.test.js b/sites/tv.post.lu/tv.post.lu.test.js index 877745b4..a55f57ce 100644 --- a/sites/tv.post.lu/tv.post.lu.test.js +++ b/sites/tv.post.lu/tv.post.lu.test.js @@ -1,6 +1,3 @@ -// npm run channels:parse -- --config=./sites/tv.post.lu/tv.post.lu.config.js --output=./sites/tv.post.lu/tv.post.lu.channels.xml -// npm run grab -- --site=tv.post.lu - const { parser, url } = require('./tv.post.lu.config.js') const fs = require('fs') const path = require('path')