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
db32314839
commit
f7325f1847
6 changed files with 1156 additions and 1184 deletions
|
|
@ -5,7 +5,6 @@ from pathlib import Path
|
|||
|
||||
from playwright.async_api import async_playwright
|
||||
from scrapers import (
|
||||
cdnlivetv,
|
||||
embedhd,
|
||||
fawa,
|
||||
istreameast,
|
||||
|
|
@ -17,7 +16,6 @@ from scrapers import (
|
|||
roxie,
|
||||
shark,
|
||||
sport9,
|
||||
streambtw,
|
||||
streamcenter,
|
||||
streamhub,
|
||||
streamsgate,
|
||||
|
|
@ -63,7 +61,6 @@ 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)),
|
||||
|
|
@ -81,7 +78,6 @@ async def main() -> None:
|
|||
asyncio.create_task(ovogoal.scrape()),
|
||||
asyncio.create_task(pawa.scrape()),
|
||||
asyncio.create_task(shark.scrape()),
|
||||
# asyncio.create_task(streambtw.scrape()),
|
||||
asyncio.create_task(totalsportek.scrape()),
|
||||
asyncio.create_task(tvapp.scrape()),
|
||||
asyncio.create_task(volokit.scrape()),
|
||||
|
|
@ -102,8 +98,7 @@ async def main() -> None:
|
|||
await network.client.aclose()
|
||||
|
||||
additions = (
|
||||
cdnlivetv.urls
|
||||
| embedhd.urls
|
||||
embedhd.urls
|
||||
| fawa.urls
|
||||
| istreameast.urls
|
||||
| livetvsx.urls
|
||||
|
|
@ -114,7 +109,6 @@ async def main() -> None:
|
|||
| roxie.urls
|
||||
| shark.urls
|
||||
| sport9.urls
|
||||
| streambtw.urls
|
||||
| streamcenter.urls
|
||||
| streamhub.urls
|
||||
| streamsgate.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue