e
This commit is contained in:
parent
7b761c7189
commit
00000d9fe2
6 changed files with 222 additions and 56 deletions
|
|
@ -9,6 +9,7 @@ from scrapers import (
|
|||
pixel,
|
||||
ppv,
|
||||
roxie,
|
||||
shark,
|
||||
streambtw,
|
||||
streameast,
|
||||
streamfree,
|
||||
|
|
@ -49,6 +50,7 @@ async def main() -> None:
|
|||
asyncio.create_task(pixel.scrape()),
|
||||
asyncio.create_task(ppv.scrape(network.client)),
|
||||
asyncio.create_task(roxie.scrape(network.client)),
|
||||
asyncio.create_task(shark.scrape(network.client)),
|
||||
asyncio.create_task(streambtw.scrape(network.client)),
|
||||
asyncio.create_task(streameast.scrape(network.client)),
|
||||
asyncio.create_task(streamfree.scrape(network.client)),
|
||||
|
|
@ -66,6 +68,7 @@ async def main() -> None:
|
|||
| pixel.urls
|
||||
| ppv.urls
|
||||
| roxie.urls
|
||||
| shark.urls
|
||||
| streambtw.urls
|
||||
| streameast.urls
|
||||
| strmd.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue