From 8e72ae4d9cbc349abf92bfe226abf23f9153d778 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Fri, 1 Dec 2023 14:29:48 +0300 Subject: [PATCH] Update tvireland.ie --- sites/tvireland.ie/readme.md | 21 ++++++++++++ sites/tvireland.ie/tvireland.ie.channels.xml | 34 ++++++++++---------- sites/tvireland.ie/tvireland.ie.test.js | 3 -- 3 files changed, 38 insertions(+), 20 deletions(-) create mode 100644 sites/tvireland.ie/readme.md diff --git a/sites/tvireland.ie/readme.md b/sites/tvireland.ie/readme.md new file mode 100644 index 00000000..58e1aae4 --- /dev/null +++ b/sites/tvireland.ie/readme.md @@ -0,0 +1,21 @@ +# tvireland.ie + +https://www.tvireland.ie/tv/ + +### Download the guide + +```sh +npm run grab -- --site=tvireland.ie +``` + +### Update channel list + +```sh +npm run channels:parse -- --config=./sites/tvireland.ie/tvireland.ie.config.js --output=./sites/tvireland.ie/tvireland.ie.channels.xml +``` + +### Test + +```sh +npm test -- tvireland.ie +``` diff --git a/sites/tvireland.ie/tvireland.ie.channels.xml b/sites/tvireland.ie/tvireland.ie.channels.xml index 211dcd02..10229e96 100644 --- a/sites/tvireland.ie/tvireland.ie.channels.xml +++ b/sites/tvireland.ie/tvireland.ie.channels.xml @@ -1,5 +1,16 @@ + 4Music Alibi Alibi HD @@ -40,8 +51,6 @@ CBBC HD CBeebies CBeebies HD - CBS Reality - CBS Reality +1 Challenge Channel 4 Channel 4 HD @@ -78,11 +87,11 @@ DMAX DMAX +1 Drama - E! Entertainment E4 E4 Extra E4 HD E4 +1 + E! Entertainment Earthx TV Eden Eden +1 @@ -116,8 +125,6 @@ GREAT! tv +1 HGTV HGTV +1 - HorrorXtra - HorrorXtra +1 Investigation Discovery Investigation Discovery +1 ITV3 @@ -133,10 +140,10 @@ More4 +1 Christmas 24 Christmas 24+ - MTV Ireland - MTV MTV 80s MTV 90s + MTV Ireland + MTV MTV HD MTV Hits MTV Music @@ -158,7 +165,6 @@ Nick Jr. HD Nick Jr. +1 Nick Jr. Peppa - NickLoudHouse Oireachtas TV PBS America Phoenix CNE Channel HD @@ -177,7 +183,6 @@ QVC Style HD Racing TV Racing TV HD - RealityXtra Really RTE2 RTE2 HD @@ -205,15 +210,11 @@ Sky Cinema Family HD Sky Cinema 80s Icons Sky Cinema 80s Icons HD - Sky Cinema Mockingjay - Sky Cinema Mockingjay HD Sky Cinema Premiere Sky Cinema Premiere HD Sky Cinema Premiere +1 Sky Cinema Sci-fi/Horror Sky Cinema Sci-fi/Horror HD - Sky Cinema Tolkien - Sky Cinema Tolkien HD Sky Cinema Thriller Sky Cinema Thriller HD Sky Comedy @@ -223,9 +224,9 @@ Sky Crime +1 Sky Documentaries Sky Documentaries HD - Sky History Sky History 2 Sky History 2 HD + Sky History Sky History HD Sky History +1 Sky Kids HD @@ -285,9 +286,8 @@ TG4 HD TG4 +1 That's 60s - That's 80s - That's 90s That's Christmas + That's 90s That's TV The Box Tiny Pop @@ -332,6 +332,6 @@ Yesterday Yesterday +1 Zee Cinema - Zee TV Zee TV HD + Zee TV diff --git a/sites/tvireland.ie/tvireland.ie.test.js b/sites/tvireland.ie/tvireland.ie.test.js index 37645924..7088c129 100644 --- a/sites/tvireland.ie/tvireland.ie.test.js +++ b/sites/tvireland.ie/tvireland.ie.test.js @@ -1,6 +1,3 @@ -// npm run channels:parse -- --config=./sites/tvireland.ie/tvireland.ie.config.js --output=./sites/tvireland.ie/tvireland.ie.channels.xml -// npm run grab -- --site=tvireland.ie - const { parser, url } = require('./tvireland.ie.config.js') const fs = require('fs') const path = require('path')