From d2baa61ff6379d2b69838f05cabd3592a84d23b1 Mon Sep 17 00:00:00 2001 From: StrangeDrVN <172238701+StrangeDrVN@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:50:40 +0530 Subject: [PATCH] Change API endpoint Updated API endpoint URLs from 'vubiquity' to 'sh-ifs'. --- sites/starhubtvplus.com/starhubtvplus.com.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/starhubtvplus.com/starhubtvplus.com.config.js b/sites/starhubtvplus.com/starhubtvplus.com.config.js index 83234f258..edca2f0b7 100644 --- a/sites/starhubtvplus.com/starhubtvplus.com.config.js +++ b/sites/starhubtvplus.com/starhubtvplus.com.config.js @@ -7,7 +7,7 @@ module.exports = { site: 'starhubtvplus.com', days: 2, url({ date, channel }) { - return `https://waf-starhub-metadata-api-p001.ifs.vubiquity.com/v3.1/epg/schedules?locale=${ + return `https://waf-starhub-metadata-api-p001.sh-ifs.com/v3.1/epg/schedules?locale=${ languages[channel.lang] }&locale_default=${languages[channel.lang]}&device=1&in_channel_id=${ channel.site_id @@ -65,7 +65,7 @@ module.exports = { while (true) { const items = await axios .get( - `https://waf-starhub-metadata-api-p001.ifs.vubiquity.com/v3.1/epg/channels?locale=${languages[lang]}&locale_default=${languages[lang]}&device=1&limit=50&page=${page}` + `https://waf-starhub-metadata-api-p001.sh-ifs.com/v3.1/epg/channels?locale=${languages[lang]}&locale_default=${languages[lang]}&device=1&limit=50&page=${page}` ) .then(r => r.data) .catch(console.error)