diff --git a/.github/workflows/useetv.com.yml b/.github/workflows/indihometv.com.yml
similarity index 94%
rename from .github/workflows/useetv.com.yml
rename to .github/workflows/indihometv.com.yml
index 68aa420c..468b95f4 100644
--- a/.github/workflows/useetv.com.yml
+++ b/.github/workflows/indihometv.com.yml
@@ -1,4 +1,4 @@
-name: useetv.com
+name: indihometv.com
on:
schedule:
- cron: '0 7 * * *'
diff --git a/README.md b/README.md
index 431f160f..b5c33a0f 100644
--- a/README.md
+++ b/README.md
@@ -517,7 +517,7 @@ You can also find the link to the guide by the name of the channel via https://i
mncvision.id | 95 | https://iptv-org.github.io/epg/guides/id/mncvision.id.xml |  |
transvision.co.id | 63 | https://iptv-org.github.io/epg/guides/id/transvision.co.id.xml |  |
- useetv.com | 115 | https://iptv-org.github.io/epg/guides/id/useetv.com.xml |  |
+ indihometv.com | 115 | https://iptv-org.github.io/epg/guides/id/indihometv.com.xml |  |
vidio.com | 52 | https://iptv-org.github.io/epg/guides/id/vidio.com.xml |  |
diff --git a/sites/useetv.com/useetv.com.channels.xml b/sites/indihometv.com/indihometv.com.channels.xml
similarity index 98%
rename from sites/useetv.com/useetv.com.channels.xml
rename to sites/indihometv.com/indihometv.com.channels.xml
index ef6b3dd2..3dddb3a1 100644
--- a/sites/useetv.com/useetv.com.channels.xml
+++ b/sites/indihometv.com/indihometv.com.channels.xml
@@ -1,5 +1,5 @@
-
+
UseePrime
Usee Photo
@@ -152,6 +152,6 @@
diff --git a/sites/useetv.com/useetv.com.config.js b/sites/indihometv.com/indihometv.com.config.js
similarity index 95%
rename from sites/useetv.com/useetv.com.config.js
rename to sites/indihometv.com/indihometv.com.config.js
index 30c558ef..a33c8bf9 100644
--- a/sites/useetv.com/useetv.com.config.js
+++ b/sites/indihometv.com/indihometv.com.config.js
@@ -9,10 +9,10 @@ dayjs.extend(timezone)
dayjs.extend(customParseFormat)
module.exports = {
- site: 'useetv.com',
+ site: 'indihometv.com',
days: 2,
url({ channel }) {
- return `https://www.useetv.com/tvod/${channel.site_id}`
+ return `https://www.indihometv.com/tvod/${channel.site_id}`
},
parser({ content, date }) {
const programs = []
diff --git a/sites/useetv.com/useetv.com.test.js b/sites/indihometv.com/indihometv.com.test.js
similarity index 85%
rename from sites/useetv.com/useetv.com.test.js
rename to sites/indihometv.com/indihometv.com.test.js
index 8b1c1d64..5c959f19 100644
--- a/sites/useetv.com/useetv.com.test.js
+++ b/sites/indihometv.com/indihometv.com.test.js
@@ -1,6 +1,6 @@
-// npx epg-grabber --config=sites/useetv.com/useetv.com.config.js --channels=sites/useetv.com/useetv.com.channels.xml --output=guide.xml --timeout=30000 --days=2
+// npx epg-grabber --config=sites/indihometv.com/indihometv.com.config.js --channels=sites/indihometv.com/indihometv.com.channels.xml --output=guide.xml --timeout=30000 --days=2
-const { parser, url, request } = require('./useetv.com.config.js')
+const { parser, url, request } = require('./indihometv.com.config.js')
const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc')
dayjs.extend(utc)
@@ -13,7 +13,7 @@ const channel = {
const content = ``
it('can generate valid url', () => {
- expect(url({ channel })).toBe('https://www.useetv.com/tvod/metrotv')
+ expect(url({ channel })).toBe('https://www.indihometv.com/tvod/metrotv')
})
it('can parse response', () => {