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