From 293844e8284680047705dbc000711bcec5cacf7c Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Sat, 2 Dec 2023 14:18:29 +0300
Subject: [PATCH] Update vidio.com
---
sites/vidio.com/readme.md | 21 ++++
sites/vidio.com/vidio.com.channels.xml | 130 +++++++++++++------------
sites/vidio.com/vidio.com.test.js | 2 -
3 files changed, 87 insertions(+), 66 deletions(-)
create mode 100644 sites/vidio.com/readme.md
diff --git a/sites/vidio.com/readme.md b/sites/vidio.com/readme.md
new file mode 100644
index 00000000..2659c567
--- /dev/null
+++ b/sites/vidio.com/readme.md
@@ -0,0 +1,21 @@
+# vidio.com
+
+https://www.vidio.com/schedule/tv
+
+### Download the guide
+
+```sh
+npm run grab -- --site=vidio.com
+```
+
+### Update channel list
+
+```sh
+npm run channels:parse -- --config=./sites/vidio.com/vidio.com.config.js --output=./sites/vidio.com/vidio.com.channels.xml
+```
+
+### Test
+
+```sh
+npm test -- vidio.com
+```
diff --git a/sites/vidio.com/vidio.com.channels.xml b/sites/vidio.com/vidio.com.channels.xml
index 106ac3d1..49723bdf 100644
--- a/sites/vidio.com/vidio.com.channels.xml
+++ b/sites/vidio.com/vidio.com.channels.xml
@@ -1,64 +1,66 @@
-
-
-
-
-
-
-
-
-
-
- ABC Australia
- Ajwa TV
- Aljazeera English
- ANTV
- Arirang World
- BeIn Sports 1 Indonesia
- BeIn Sports 3 Indonesia
- BTV
- Champions TV 1
- Champions TV 2
- Champions TV 3
- Champions TV 5
- Champions TV 6
- Premier League TV
- CNA
- Da Ai TV
- DW English
- Elshinta TV
- Fashion TV Asia
- Fashion TV L'Original
- Fashion TV Midnite Secret
- Hip Hip Horee!
- Horee!
- Indosiar
- Jak TV
- JPM TV
- JTV
- Kompas TV
- Liverpool FC TV
- Magna TV
- Makkah TV
- Mentari TV
- Metro TV
- NBA TV
- NET
- NHK World Japan
- Nusantara
- MOJI
- RTV
- RANS Channel
- Reformed 21 TV
- Rock Entertainment
- Rock Action
- SCTV
- Tawaf TV
- Trans 7
- Trans TV
- TVN
- tvOne
- TVRI Nasional
- U Channel
- Zee Bioskop
- Zoo Moo Asia
-
+
+
+ Prambors On Air
+ TRAX
+ ELGANGGA
+ Geronimo
+ SWARA SEMARANG
+ GAJAHMADA
+ MUSICA
+ Metro Globe Network
+ World Cup 1
+ World Cup 2
+ ABC Australia
+ AJWA TV
+ Aljazeera
+ ANTV
+ Arirang
+ Bein 1
+ Bein 3
+ BTV
+ CTV 1
+ CTV 2
+ CTV 3
+ CTV 5
+ CTV 6
+ Premier League TV
+ News Asia
+ DAAI TV
+ DW English
+ Elshinta TV
+ Fashion TV - Global
+ FashionTV L'Original
+ Fashion TV Midnight Secrets
+ Hip Hip Horee!
+ Horee
+ Indosiar
+ Jaktv
+ JPM TV
+ JTV
+ Kompas TV
+ Liverpool TV
+ Magna TV
+ Makkah TV
+ Mentari TV
+ Metro TV
+ Moji
+ NBA TV
+ NET TV
+ NHK World Japan
+ Nusantara TV
+ RTV
+ RANS Channel
+ Reformed 21 TV
+ ROCK Entertainment
+ Rock Action
+ SCTV
+ Tawaf TV
+ Trans7
+ TRANS TV
+ TVN
+ TVOne
+ TVRI
+ U-Channel TV
+ Zee Bioskop
+ Zoomoo
+
diff --git a/sites/vidio.com/vidio.com.test.js b/sites/vidio.com/vidio.com.test.js
index ef5bec17..a34d262d 100644
--- a/sites/vidio.com/vidio.com.test.js
+++ b/sites/vidio.com/vidio.com.test.js
@@ -1,5 +1,3 @@
-// npm run grab -- --site=vidio.com
-
const { parser, url } = require('./vidio.com.config.js')
const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc')