Skip to content

Commit 5bb39e8

Browse files
committed
auto option for js render param
1 parent 7ffacae commit 5bb39e8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "oxylabs-ai-studio"
3-
version = "0.2.15"
3+
version = "0.2.16"
44
description = "Oxylabs studio python sdk"
55
readme = "README.md"
66
keywords = ["oxylabs", "ai", "studio"]

src/oxylabs_ai_studio/apps/ai_scraper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def scrape(
3333
url: str,
3434
output_format: Literal["json", "markdown", "csv", "screenshot"] = "markdown",
3535
schema: dict[str, Any] | None = None,
36-
render_javascript: bool = False,
36+
render_javascript: bool | Literal["auto"] = False,
3737
geo_location: str | None = None,
3838
) -> AiScraperJob:
3939
if output_format in ["json", "csv"] and schema is None:

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)