mirror of
https://github.com/doms9/iptv.git
synced 2026-03-07 11:18:25 +01:00
e
add timstreams.py
This commit is contained in:
parent
045e172f94
commit
00000d922c
3 changed files with 182 additions and 2 deletions
|
|
@ -20,6 +20,7 @@ from scrapers import (
|
|||
streamcenter,
|
||||
streamhub,
|
||||
streamsgate,
|
||||
timstreams,
|
||||
totalsportek,
|
||||
tvapp,
|
||||
volokit,
|
||||
|
|
@ -70,7 +71,8 @@ async def main() -> None:
|
|||
asyncio.create_task(sport9.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(streamcenter.scrape(hdl_brwsr)),
|
||||
# asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(streamsgate.scrape(hdl_brwsr)),
|
||||
asyncio.create_task(streamsgate.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(timstreams.scrape(xtrnl_brwsr)),
|
||||
]
|
||||
|
||||
httpx_tasks = [
|
||||
|
|
@ -115,6 +117,7 @@ async def main() -> None:
|
|||
| streamcenter.urls
|
||||
| streamhub.urls
|
||||
| streamsgate.urls
|
||||
| timstreams.urls
|
||||
| totalsportek.urls
|
||||
| tvapp.urls
|
||||
| volokit.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue