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
e6fa20dd1a
commit
fa09f9f1cd
5 changed files with 1015 additions and 1029 deletions
|
|
@ -5,6 +5,7 @@ from pathlib import Path
|
|||
|
||||
from playwright.async_api import async_playwright
|
||||
from scrapers import (
|
||||
cdnlivetv,
|
||||
embedhd,
|
||||
fawa,
|
||||
istreameast,
|
||||
|
|
@ -61,6 +62,7 @@ async def main() -> None:
|
|||
xtrnl_brwsr = await network.browser(p, external=True)
|
||||
|
||||
pw_tasks = [
|
||||
asyncio.create_task(cdnlivetv.scrape(hdl_brwsr)),
|
||||
asyncio.create_task(embedhd.scrape(hdl_brwsr)),
|
||||
asyncio.create_task(pixel.scrape(hdl_brwsr)),
|
||||
asyncio.create_task(ppv.scrape(xtrnl_brwsr)),
|
||||
|
|
@ -98,7 +100,8 @@ async def main() -> None:
|
|||
await network.client.aclose()
|
||||
|
||||
additions = (
|
||||
embedhd.urls
|
||||
cdnlivetv.urls
|
||||
| embedhd.urls
|
||||
| fawa.urls
|
||||
| istreameast.urls
|
||||
| livetvsx.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue