e
This commit is contained in:
parent
8094466d7d
commit
00000d99d8
15 changed files with 402 additions and 30 deletions
|
|
@ -5,6 +5,7 @@ from pathlib import Path
|
|||
|
||||
from scrapers import (
|
||||
fawa,
|
||||
lotus,
|
||||
pixel,
|
||||
ppv,
|
||||
roxie,
|
||||
|
|
@ -45,6 +46,7 @@ async def main() -> None:
|
|||
|
||||
tasks = [
|
||||
asyncio.create_task(fawa.scrape(network.client)),
|
||||
asyncio.create_task(lotus.scrape(network.client)),
|
||||
asyncio.create_task(pixel.scrape()),
|
||||
asyncio.create_task(ppv.scrape(network.client)),
|
||||
asyncio.create_task(roxie.scrape(network.client)),
|
||||
|
|
@ -62,6 +64,7 @@ async def main() -> None:
|
|||
|
||||
additions = (
|
||||
fawa.urls
|
||||
| lotus.urls
|
||||
| pixel.urls
|
||||
| ppv.urls
|
||||
| roxie.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue