From 4b129ef72bf7160d53987e57c9f4bd3d410fabc4 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:23:45 +0300 Subject: [PATCH] Update tvtv.us.config.js --- sites/tvtv.us/tvtv.us.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/sites/tvtv.us/tvtv.us.config.js b/sites/tvtv.us/tvtv.us.config.js index b1eb7629..098be11f 100644 --- a/sites/tvtv.us/tvtv.us.config.js +++ b/sites/tvtv.us/tvtv.us.config.js @@ -5,7 +5,6 @@ dayjs.extend(utc) module.exports = { site: 'tvtv.us', - delay: 1500, // 1500 ms (otherwise the server returns error 429: https://github.com/iptv-org/epg/issues/2176) days: 2, url: function ({ date, channel }) { if (!dayjs.isDayjs(date)) {