Skip to content

Commit 28eda28

Browse files
Fix: Incorrect param *root_element_selector.
1 parent a619805 commit 28eda28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jigsawstack/web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class BYOProxy(TypedDict):
110110

111111
class BaseAIScrapeParams(TypedDict):
112112
url: str
113-
root_element_selectors: NotRequired[str]
113+
root_element_selector: NotRequired[str]
114114
page_position: NotRequired[int]
115115
http_headers: NotRequired[Dict[str, Any]]
116116
reject_request_pattern: NotRequired[List[str]]

0 commit comments

Comments
 (0)