From 60ac8e575fb64a00f19eaaf27e7f6cc143678c59 Mon Sep 17 00:00:00 2001 From: Sicilykill <95044302+Sicilykill@users.noreply.github.com> Date: Fri, 6 Oct 2023 15:55:16 -0500 Subject: [PATCH] Fixes Issue reported in #2179 Fixes issue reported in https://github.com/iptv-org/epg/issues/2179 --- sites/gatotv.com/gatotv.com.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/gatotv.com/gatotv.com.config.js b/sites/gatotv.com/gatotv.com.config.js index bff22d0f..7de1802b 100644 --- a/sites/gatotv.com/gatotv.com.config.js +++ b/sites/gatotv.com/gatotv.com.config.js @@ -63,7 +63,7 @@ module.exports = { } function parseTitle($item) { - return $item('td:nth-child(4) > div > div > a > span,td:nth-child(3) > div > div > span').text() + return $item('td:nth-child(4) > div > div > a > span,td:nth-child(3) > div > div > span,td:nth-child(3) > div > div > a > span').text() } function parseDescription($item) {