diff --git a/sites/indihometv.com/indihometv.com.channels.xml b/sites/indihometv.com/indihometv.com.channels.xml
index 58d34188..047b8374 100644
--- a/sites/indihometv.com/indihometv.com.channels.xml
+++ b/sites/indihometv.com/indihometv.com.channels.xml
@@ -1,129 +1,113 @@
-
-
- ABC Australia
- Aljazeera
- Animax
- ANIPlus
- Antara
- ANTV
- Arirang
- Asian Food Network
- ATV
- AXN
- Bali TV
- beIN Sports 1
- beIN Sports 3
- BTV
- Bioskop Indonesia
- Bloomberg
- Boomerang
- Cartoon Network
- CCTV4
- Celestial Movie
- CGTN Documentary
- Cinema World
- Citra Dangdut
- Citra Drama
- News Asia
- CNBC Asia
- CNBC Indonesia
- CNN Indonesia
- CNN International
- Crime Investigation
- CTI Asia
- Daai TV
- Da Vinci Learning
- Discovery Channel
- Dreamworks
- Dunia anak
- Dunia Lain
- DW (English)
- Eat N Go
- EBC Asia
- Euronews
- FashionTV
- Fight Sport
- Flik
- France 24
- Formosa
- Galaxy
- Galaxy Premium
- SGEM
- HGTV
- History
- Hits
- HITS Now
- Horee
- Horizon Sports
- IDX
- IMC
- FunPlanet
- Indonesiana TV
- Indosiar
- iNews
- Panda TV
- JakTV
- JTV
- KBS World
- Kix
- Kompas TV
- Kplus
- Kungfu TV
- Lifetime
- Lingua
- Maxstream
- Mentari TV
- Metro TV
- SINDO News TV
- MQTV
- MTV Live
- My Cinema
- My Cinema Asia
- My Family
- MyKidz
- NBA
- Net.
- NHK World Japan
- Nickelodeon
- Nick Junior
- Insert
- Nusantara TV
- MOJI
- SONE
- Paramount
- Prambors
- AlQuran Kareem
- RTV
- Rock Entertainment
- Rock Action
- Rodja TV
- RRI NET
- SCTV
- SEA Today
- Seru!
- Shenzen
- SPOTV2
- SPOTV
- Tawaf TV
- Tech Storm
- Thrill
- TLC
- Trans7
- TransTV
- TRT World
- TV5Monde
- TV9 NU
- TVBS News
- MUI TV
- TVN
- TVN Movies
- TV One
- TVRI
- UChannel
- AllPlay Ent
- UseeSports2
- UseeSports
- Warner
- ZBioskop
- Zhejiang
-
+
+
+ Animal Planet
+ Curiosity
+ Discovery Asia
+ Love Nature
+ Aljazeera
+ Animax
+ Aniplus
+ Antara
+ ANTV
+ Arirang
+ Asian Food Network
+ AXN
+ beIN Sports 1
+ beIN Sports 3
+ Bioskop Indonesia
+ Bloomberg
+ Boomerang
+ BTV
+ Cartoon Network
+ CCTV4
+ Celestial Movie
+ CGTN Documentary
+ Cinema World
+ Citra Dangdut
+ Citra Drama
+ News Asia
+ CNBC Asia
+ CNBC Indonesia
+ CNN International
+ Crime Investigation
+ CTI Asia
+ Da Vinci Learning
+ Discovery Channel
+ Dunia anak
+ Dunia Lain
+ DW (English)
+ Eat & Go
+ EBC Asia
+ Euronews
+ FashionTV
+ Fight Sport
+ Flik
+ France 24
+ Formosa
+ Galaxy
+ Galaxy Premium
+ SGEM
+ HGTV
+ History
+ Hits
+ HITS Now
+ Horee
+ IMC
+ FunPlanet
+ iNews
+ Panda TV
+ JakTV
+ JTV
+ KBS World
+ Kix
+ Kompas TV
+ Kplus
+ Kungfu TV
+ Lifetime
+ Lingua
+ Maxstream
+ Metro TV
+ MQTV
+ MTV Live
+ My Cinema
+ My Cinema Asia
+ My Family
+ MyKidz
+ NBA
+ nhk world Japan
+ Nickelodeon
+ Nick Junior
+ Insert
+ SONE
+ Paramount
+ Prambors
+ AlQuran Kareem
+ Rock Entertainment
+ Rock Action
+ Rodja TV
+ SEA Today
+ Shenzen
+ SINDO News TV
+ SPOTV2
+ SPOTV
+ Tawaf TV
+ Tech Storm
+ Thrill
+ TLC
+ Trans7
+ TransTV
+ TV5Monde
+ TV9 NU
+ TVBS News
+ MUI TV
+ TVN
+ TVN Movies
+ TV One
+ TVRI
+ AllPlay Ent
+ UseeSports2
+ UseeSports
+ Warner
+ ZBioskop
+ Zhejiang
+
diff --git a/sites/indihometv.com/indihometv.com.test.js b/sites/indihometv.com/indihometv.com.test.js
index eea98c3a..8c80bb6a 100644
--- a/sites/indihometv.com/indihometv.com.test.js
+++ b/sites/indihometv.com/indihometv.com.test.js
@@ -1,6 +1,3 @@
-// [Connection timeout] npm run channels:parse -- --config=./sites/indihometv.com/indihometv.com.config.js --output=./sites/indihometv.com/indihometv.com.channels.xml
-// [Connection timeout] npm run grab -- --site=indihometv.com
-
const { parser, url } = require('./indihometv.com.config.js')
const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc')
diff --git a/sites/indihometv.com/readme.md b/sites/indihometv.com/readme.md
new file mode 100644
index 00000000..e50d9e8f
--- /dev/null
+++ b/sites/indihometv.com/readme.md
@@ -0,0 +1,23 @@
+# indihometv.com
+
+https://www.indihometv.com/
+
+### Download the guide
+
+```sh
+npm run grab -- --site=indihometv.com
+```
+
+**NOTE:** Requests from some regions may return a "Connection timeout" error (https://check-host.net/check-report/13a843e2ke22).
+
+### Update channel list
+
+```sh
+npm run channels:parse -- --config=./sites/indihometv.com/indihometv.com.config.js --output=./sites/indihometv.com/indihometv.com.channels.xml
+```
+
+### Test
+
+```sh
+npm test -- indihometv.com
+```