mirror of
https://github.com/doms9/iptv.git
synced 2026-03-07 11:18:25 +01:00
update M3U8
This commit is contained in:
parent
232ba2cd97
commit
cad9bd76e3
4 changed files with 899 additions and 910 deletions
902
M3U8/TV.m3u8
902
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
902
M3U8/events.m3u8
902
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -89,7 +89,7 @@ async def main() -> None:
|
|||
await asyncio.gather(*(pw_tasks + httpx_tasks))
|
||||
|
||||
# others
|
||||
# await watchfooty.scrape(xtrnl_brwsr)
|
||||
await watchfooty.scrape(xtrnl_brwsr)
|
||||
await livetvsx.scrape(xtrnl_brwsr)
|
||||
|
||||
finally:
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ async def process_event(
|
|||
await page.goto(
|
||||
url,
|
||||
wait_until="domcontentloaded",
|
||||
timeout=15_000,
|
||||
timeout=10_000,
|
||||
)
|
||||
|
||||
await page.wait_for_timeout(2_000)
|
||||
|
|
@ -274,6 +274,7 @@ async def scrape(browser: Browser) -> None:
|
|||
url_num=i,
|
||||
semaphore=network.PW_S,
|
||||
log=log,
|
||||
timeout=20,
|
||||
)
|
||||
|
||||
sport, event, logo, ts, link = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue