mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 19:36:58 -05:00
Update tvtv.us.config.js
This commit is contained in:
@@ -5,7 +5,6 @@ dayjs.extend(utc)
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
site: 'tvtv.us',
|
site: 'tvtv.us',
|
||||||
delay: 1500, // 1500 ms (otherwise the server returns error 429: https://github.com/iptv-org/epg/issues/2176)
|
|
||||||
days: 2,
|
days: 2,
|
||||||
url: function ({ date, channel }) {
|
url: function ({ date, channel }) {
|
||||||
if (!dayjs.isDayjs(date)) {
|
if (!dayjs.isDayjs(date)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user