e
This commit is contained in:
parent
437aa497da
commit
00000d980a
2 changed files with 200 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ from scrapers import (
|
|||
streambtw,
|
||||
streamcenter,
|
||||
streamfree,
|
||||
streamsgate,
|
||||
strmd,
|
||||
tvpass,
|
||||
watchfooty,
|
||||
|
|
@ -56,6 +57,7 @@ async def main() -> None:
|
|||
asyncio.create_task(streambtw.scrape(network.client)),
|
||||
asyncio.create_task(streamcenter.scrape(network.client)),
|
||||
asyncio.create_task(streamfree.scrape(network.client)),
|
||||
asyncio.create_task(streamsgate.scrape(network.client)),
|
||||
asyncio.create_task(strmd.scrape(network.client)),
|
||||
asyncio.create_task(tvpass.scrape(network.client)),
|
||||
asyncio.create_task(watchfooty.scrape(network.client)),
|
||||
|
|
@ -76,6 +78,7 @@ async def main() -> None:
|
|||
| streamcenter.urls
|
||||
| strmd.urls
|
||||
| streamfree.urls
|
||||
| streamsgate.urls
|
||||
| tvpass.urls
|
||||
| watchfooty.urls
|
||||
| webcast.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue