- edit scraping method for streamcenter.py
- misc edits.
This commit is contained in:
doms9 2026-04-09 01:25:23 -04:00
parent 1af71f0610
commit 00000d9dec
3 changed files with 64 additions and 65 deletions

View file

@ -67,7 +67,6 @@ async def main() -> None:
# asyncio.create_task(fsports.scrape(xtrnl_brwsr)),
asyncio.create_task(ppv.scrape(xtrnl_brwsr)),
asyncio.create_task(roxie.scrape(hdl_brwsr)),
asyncio.create_task(streamcenter.scrape(hdl_brwsr)),
]
httpx_tasks = [
@ -78,6 +77,7 @@ async def main() -> None:
# asyncio.create_task(ovogoal.scrape()),
asyncio.create_task(pawa.scrape()),
asyncio.create_task(shark.scrape()),
asyncio.create_task(streamcenter.scrape()),
# asyncio.create_task(streamhub.scrape()),
asyncio.create_task(streamsgate.scrape()),
asyncio.create_task(streamtpnew.scrape()),