Update tvireland.ie

This commit is contained in:
freearhey
2023-12-01 14:29:48 +03:00
parent dc9d4411a6
commit 8e72ae4d9c
3 changed files with 38 additions and 20 deletions
+21
View File
@@ -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
```