mirror of
https://github.com/doms9/iptv.git
synced 2026-01-20 03:49:03 +01:00
e
drop default quality for streamfree
This commit is contained in:
parent
65324a1fde
commit
00000d934d
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ async def get_events(client: httpx.AsyncClient) -> dict[str, dict[str, str | flo
|
|||
events[key] = {
|
||||
"url": network.build_proxy_url(
|
||||
tag=TAG,
|
||||
path=f"{stream_key}720p/index.m3u8",
|
||||
path=f"{stream_key}/index.m3u8",
|
||||
query={"stream_name": name},
|
||||
),
|
||||
"logo": logo or pic,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue