mirror of
https://github.com/doms9/iptv.git
synced 2026-06-13 12:26:26 +02:00
e
- add streambiz.py - misc. edits
This commit is contained in:
parent
748d755b41
commit
00000d93cc
5 changed files with 218 additions and 11 deletions
|
|
@ -13,6 +13,7 @@ from scrapers import (
|
|||
mainportal,
|
||||
roxie,
|
||||
shark,
|
||||
streambiz,
|
||||
streamcenter,
|
||||
streamsgate,
|
||||
streamtpnew,
|
||||
|
|
@ -59,6 +60,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)),
|
||||
]
|
||||
|
||||
httpx_tasks = [
|
||||
|
|
@ -96,6 +98,7 @@ async def main() -> None:
|
|||
| mainportal.urls
|
||||
| roxie.urls
|
||||
| shark.urls
|
||||
| streambiz.urls
|
||||
| streamcenter.urls
|
||||
| streamsgate.urls
|
||||
| streamtpnew.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue