update M3U8
This commit is contained in:
parent
7bb23b897e
commit
714a967226
9 changed files with 445 additions and 1965 deletions
|
|
@ -42,7 +42,8 @@ async def process_event(
|
|||
|
||||
|
||||
async def get_events(
|
||||
client: httpx.AsyncClient, cached_hrefs: set[str]
|
||||
client: httpx.AsyncClient,
|
||||
cached_hrefs: set[str],
|
||||
) -> list[dict[str, str]]:
|
||||
try:
|
||||
r = await client.get(BASE_URL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue