This commit is contained in:
doms9 2025-11-03 04:13:00 -05:00
parent a180e18935
commit 00000d9050
5 changed files with 295 additions and 189 deletions

View file

@ -5,11 +5,11 @@ from pathlib import Path
from scrapers import (
fstv,
pixel,
ppv,
roxie,
streambtw,
streameast,
streamed,
strmd,
strmfree,
tvpass,
@ -43,11 +43,11 @@ async def main() -> None:
tasks = [
asyncio.create_task(fstv.scrape(network.client)),
asyncio.create_task(pixel.scrape(network.client)),
asyncio.create_task(ppv.scrape(network.client)),
asyncio.create_task(roxie.scrape(network.client)),
asyncio.create_task(streambtw.scrape(network.client)),
asyncio.create_task(streameast.scrape(network.client)),
#asyncio.create_task(streamed.scrape(network.client)),
asyncio.create_task(strmd.scrape(network.client)),
asyncio.create_task(strmfree.scrape(network.client)),
asyncio.create_task(tvpass.scrape(network.client)),
@ -58,11 +58,11 @@ async def main() -> None:
additions = (
fstv.urls
| pixel.urls
| ppv.urls
| roxie.urls
| streambtw.urls
| streameast.urls
| streamed.urls
| strmd.urls
| strmfree.urls
| tvpass.urls