From 00000d9d6bccadea86e4269569766804ddf9a653 Mon Sep 17 00:00:00 2001 From: doms9 <96013514+doms9@users.noreply.github.com> Date: Sun, 1 Feb 2026 23:57:06 -0500 Subject: [PATCH] e --- M3U8/scrapers/roxie.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/M3U8/scrapers/roxie.py b/M3U8/scrapers/roxie.py index 91c04c64..e4ddf059 100644 --- a/M3U8/scrapers/roxie.py +++ b/M3U8/scrapers/roxie.py @@ -99,8 +99,8 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]: live = [] - start_ts = now.delta(minutes=-30).timestamp() - end_ts = now.delta(minutes=30).timestamp() + start_ts = now.delta(hours=-1).timestamp() + end_ts = now.delta(minutes=5).timestamp() for k, v in events.items(): if k in cached_keys: