mirror of
https://github.com/doms9/iptv.git
synced 2026-06-13 12:26:26 +02:00
update M3U8
This commit is contained in:
parent
3c3cbdaa93
commit
ab89aaa123
4 changed files with 499 additions and 343 deletions
|
|
@ -15,7 +15,7 @@ from scrapers import (
|
|||
resportz,
|
||||
roxie,
|
||||
shark,
|
||||
streambiz,
|
||||
sportspass,
|
||||
streamcenter,
|
||||
streamsgate,
|
||||
streamtp,
|
||||
|
|
@ -61,7 +61,7 @@ async def main() -> None:
|
|||
asyncio.create_task(embedhd.scrape(hdl_brwsr)),
|
||||
asyncio.create_task(fsports.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(roxie.scrape(hdl_brwsr)),
|
||||
# asyncio.create_task(streambiz.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(sportspass.scrape(xtrnl_brwsr)),
|
||||
]
|
||||
|
||||
httpx_tasks = [
|
||||
|
|
@ -102,7 +102,7 @@ async def main() -> None:
|
|||
| resportz.urls
|
||||
| roxie.urls
|
||||
| shark.urls
|
||||
| streambiz.urls
|
||||
| sportspass.urls
|
||||
| streamcenter.urls
|
||||
| streamsgate.urls
|
||||
| streamtp.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue