drop default quality for streamfree
This commit is contained in:
doms9 2025-12-12 03:45:53 -05:00
parent 65324a1fde
commit 00000d934d

View file

@ -64,7 +64,7 @@ async def get_events(client: httpx.AsyncClient) -> dict[str, dict[str, str | flo
events[key] = { events[key] = {
"url": network.build_proxy_url( "url": network.build_proxy_url(
tag=TAG, tag=TAG,
path=f"{stream_key}720p/index.m3u8", path=f"{stream_key}/index.m3u8",
query={"stream_name": name}, query={"stream_name": name},
), ),
"logo": logo or pic, "logo": logo or pic,