Update tvtv.us.config.js

This commit is contained in:
freearhey 2025-01-17 15:23:45 +03:00
parent d2d174cac2
commit 4b129ef72b

View file

@ -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)) {