diff --git a/sites/tv24.se/readme.md b/sites/tv24.se/readme.md new file mode 100644 index 00000000..252339c5 --- /dev/null +++ b/sites/tv24.se/readme.md @@ -0,0 +1,21 @@ +# tv24.se + +https://tv24.se/ + +### Download the guide + +```sh +npm run grab -- --site=tv24.se +``` + +### Update channel list + +```sh +npm run channels:parse -- --config=./sites/tv24.se/tv24.se.config.js --output=./sites/tv24.se/tv24.se.channels.xml +``` + +### Test + +```sh +npm test -- tv24.se +``` diff --git a/sites/tv24.se/tv24.se.channels.xml b/sites/tv24.se/tv24.se.channels.xml index 6ee70a5a..813062f9 100644 --- a/sites/tv24.se/tv24.se.channels.xml +++ b/sites/tv24.se/tv24.se.channels.xml @@ -1,129 +1,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Motorvision TV Al Jazeera (Arabic) Al Jazeera (English) - BBC Brit BBC Earth - BBC World News Blue Hustler - CBS Reality CGTN CNBC CNN International @@ -148,39 +29,187 @@ Rai 1 Rai 2 Rai 3 + 3sat + Canal 24H The Adult Channel Al Arabiya Animal Planet ATG Live Axess TV - Boomerang - Canal 24H Cartoon Network CCTV-4 Classica HD - C More First - C More Fotboll - C More Hits - C More Hockey - C More Live - C More Live 2 - C More Live 3 - C More Live 4 - C More Live 5 - C More Mix - C More Series C More Sport SF-Kanalen - C More Stars Das Erste Discovery Channel - Discovery+ Extra 1 - Discovery+ Extra 2 - Discovery+ Extra 3 - Discovery+ Extra 4 - Discovery+ Extra 5 - Discovery+ Extra 6 - Discovery+ Extra 7 Discovery Science Disney Channel Disney Junior @@ -197,24 +226,23 @@ France 2 France 24 Fuel TV + TV3 Sport Godare - Gospel Channel Hayat Plus H2 History HRT1 Hustler TV ID - Kanal 10 - Kanal 11 Kanal 4 Kanal 5 Kanal 9 + Kanal 10 + Kanal 11 Kunskapskanalen Las Estrellas MBC Mezzo - Mezzo Live HD MTV3 Manchester United Television HD National Geographic @@ -227,7 +255,7 @@ NRK1 Norge NRK2 Norge NRK3 - NRK Super/NRK3 + NRK Super / NRK3 HD NRK Super OBN Pink Extra @@ -236,16 +264,15 @@ ProSieben Pro TV int RTL + Super RTL RTLZWEI RTP Internacional Europe RTR Planeta SF Kanalen Sjuan - Sky Showtime 1 - Sky Showtime 2 - Sportkanalen + SkyShowtime 1 + SkyShowtime 2 Djazz HD - Super RTL SVT1 SVT2 SVT24 @@ -256,27 +283,24 @@ Trace Urban HD TRT 1 TRT Turk - TV10 - TV12 TV2 Danmark TV2 Norge TV2 Charlie TV2 News TV 2 Nyheter (NORWAY) TV 2 Zebra - TV2 Zulu - TV3 TV3 Danmark + TV3 TV3 Plus - TV3 Sport TV4 TV4 Fakta TV4 Film TV4 Guld TV6 TV8 + TV10 + TV12 TVCG Sat - TV Chile TVE Internacional TVNorge TVP Polonia diff --git a/sites/tv24.se/tv24.se.test.js b/sites/tv24.se/tv24.se.test.js index 24b6726e..8462e855 100644 --- a/sites/tv24.se/tv24.se.test.js +++ b/sites/tv24.se/tv24.se.test.js @@ -1,6 +1,3 @@ -// npm run channels:parse -- --config=./sites/tv24.se/tv24.se.config.js --output=./sites/tv24.se/tv24.se.channels.xml -// npm run grab -- --site=tv24.se - const { parser, url } = require('./tv24.se.config.js') const fs = require('fs') const path = require('path')