From 6f5dc6a673f15aba4c2a00a34b82e68dd3947ade Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 19 Apr 2026 05:04:13 +0300 Subject: [PATCH] Update tvguide.com.config.js --- sites/tvguide.com/tvguide.com.config.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/sites/tvguide.com/tvguide.com.config.js b/sites/tvguide.com/tvguide.com.config.js index 28fb49eed..9f47d0b35 100644 --- a/sites/tvguide.com/tvguide.com.config.js +++ b/sites/tvguide.com/tvguide.com.config.js @@ -100,16 +100,7 @@ module.exports = { async channels() { const channels = [] try { - const data = await axios - .get(await this.url({}), { - headers, - proxy: { - protocol: 'http', - host: '127.0.0.1', - port: 1086 - } - }) - .then(r => r.data) + const data = await axios.get(await this.url({}), { headers }).then(r => r.data) data.data.items.forEach(item => { const name = item.fullName.replace(/Channel|Schedule/g, '').trim() channels.push({