feat: add media viewer + other fixes (#79)

* feat: add media viewer + other fixes

* chore: remove logging [skip ci]

* chore: remove logging [skip ci]

* feat: add unit test for media

* feat: add unit test for media

* feat: add unit test for media [skip ci]

* feat: add unit test for media [skip ci]

* feat: add unit test for media [skip ci]

* feat: add unit test for media [skip ci]

* chore: update docs [skip ci]
This commit is contained in:
Jayden Pyles
2025-05-17 16:31:34 -05:00
committed by GitHub
parent f815a58efc
commit 263e46ba4d
38 changed files with 1047 additions and 84 deletions

View File

@@ -76,6 +76,7 @@ async def process_job():
proxies = []
scraped = await scrape(
job["id"],
job["url"],
[Element(**j) for j in job["elements"]],
job["job_options"]["custom_headers"],