mirror of
https://github.com/doms9/iptv.git
synced 2026-06-06 02:43:05 +02:00
update M3U8
This commit is contained in:
parent
3142ca8436
commit
669e3a707b
4 changed files with 580 additions and 587 deletions
|
|
@ -8,7 +8,6 @@ from scrapers import (
|
|||
cdnlivetv,
|
||||
embedhd,
|
||||
fawa,
|
||||
footfast,
|
||||
fsports,
|
||||
istreameast,
|
||||
ovogoal,
|
||||
|
|
@ -59,7 +58,6 @@ async def main() -> None:
|
|||
|
||||
pw_tasks = [
|
||||
asyncio.create_task(embedhd.scrape(hdl_brwsr)),
|
||||
# asyncio.create_task(footfast.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(fsports.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(roxie.scrape(hdl_brwsr)),
|
||||
]
|
||||
|
|
@ -95,7 +93,6 @@ async def main() -> None:
|
|||
cdnlivetv.urls
|
||||
| embedhd.urls
|
||||
| fawa.urls
|
||||
| footfast.urls
|
||||
| fsports.urls
|
||||
| istreameast.urls
|
||||
| ovogoal.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue