From 00000d999d803c1804a6d12c8c7361eceee46cbb Mon Sep 17 00:00:00 2001 From: doms9 <96013514+doms9@users.noreply.github.com> Date: Thu, 4 Sep 2025 10:46:49 -0400 Subject: [PATCH] e --- M3U8/scrape/livetvsx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/M3U8/scrape/livetvsx.py b/M3U8/scrape/livetvsx.py index fa0470e..37bab4b 100644 --- a/M3U8/scrape/livetvsx.py +++ b/M3U8/scrape/livetvsx.py @@ -228,7 +228,7 @@ async def get_events( events: list[dict[str, str]] = [] pub_date_format = "%a, %d %b %Y %H:%M:%S %z" - window_start, window_end = now - timedelta(hours=3), now + timedelta(hours=1) + window_start, window_end = now - timedelta(hours=1), now + timedelta(minutes=30) buffer = await fetch_xml_stream(url, ssl_ctx)