mirror of
https://github.com/doms9/iptv.git
synced 2026-03-07 11:18:25 +01:00
e
replace sport9 with sportzone
This commit is contained in:
parent
fb066b545b
commit
00000d9673
4 changed files with 158 additions and 152 deletions
|
|
@ -16,7 +16,7 @@ from scrapers import (
|
|||
ppv,
|
||||
roxie,
|
||||
shark,
|
||||
sport9,
|
||||
sportzone,
|
||||
streambtw,
|
||||
streamcenter,
|
||||
streamhub,
|
||||
|
|
@ -70,7 +70,7 @@ async def main() -> None:
|
|||
asyncio.create_task(pixel.scrape(hdl_brwsr)),
|
||||
asyncio.create_task(ppv.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(roxie.scrape(hdl_brwsr)),
|
||||
# asyncio.create_task(sport9.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(sportzone.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(streamcenter.scrape(hdl_brwsr)),
|
||||
# asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(streamsgate.scrape(xtrnl_brwsr)),
|
||||
|
|
@ -117,7 +117,7 @@ async def main() -> None:
|
|||
| ppv.urls
|
||||
| roxie.urls
|
||||
| shark.urls
|
||||
| sport9.urls
|
||||
| sportzone.urls
|
||||
| streambtw.urls
|
||||
| streamcenter.urls
|
||||
| streamhub.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue