firecrawl 3.3.0__py3-none-any.whl → 3.3.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of firecrawl might be problematic. Click here for more details.
- firecrawl/__init__.py +1 -1
- firecrawl/v2/client.py +3 -0
- {firecrawl-3.3.0.dist-info → firecrawl-3.3.2.dist-info}/METADATA +1 -1
- {firecrawl-3.3.0.dist-info → firecrawl-3.3.2.dist-info}/RECORD +7 -7
- {firecrawl-3.3.0.dist-info → firecrawl-3.3.2.dist-info}/LICENSE +0 -0
- {firecrawl-3.3.0.dist-info → firecrawl-3.3.2.dist-info}/WHEEL +0 -0
- {firecrawl-3.3.0.dist-info → firecrawl-3.3.2.dist-info}/top_level.txt +0 -0
firecrawl/__init__.py
CHANGED
firecrawl/v2/client.py
CHANGED
|
@@ -13,6 +13,7 @@ from .types import (
|
|
|
13
13
|
SearchRequest,
|
|
14
14
|
SearchData,
|
|
15
15
|
SourceOption,
|
|
16
|
+
CategoryOption,
|
|
16
17
|
CrawlRequest,
|
|
17
18
|
CrawlResponse,
|
|
18
19
|
CrawlJob,
|
|
@@ -171,6 +172,7 @@ class FirecrawlClient:
|
|
|
171
172
|
query: str,
|
|
172
173
|
*,
|
|
173
174
|
sources: Optional[List[SourceOption]] = None,
|
|
175
|
+
categories: Optional[List[CategoryOption]] = None,
|
|
174
176
|
limit: Optional[int] = None,
|
|
175
177
|
tbs: Optional[str] = None,
|
|
176
178
|
location: Optional[str] = None,
|
|
@@ -195,6 +197,7 @@ class FirecrawlClient:
|
|
|
195
197
|
request = SearchRequest(
|
|
196
198
|
query=query,
|
|
197
199
|
sources=sources,
|
|
200
|
+
categories=categories,
|
|
198
201
|
limit=limit,
|
|
199
202
|
tbs=tbs,
|
|
200
203
|
location=location,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
firecrawl/__init__.py,sha256=
|
|
1
|
+
firecrawl/__init__.py,sha256=l_9wjt7rVPqg4ovtOFC46I_8LghOX_jDFoEXuSavJJ0,2192
|
|
2
2
|
firecrawl/client.py,sha256=2BGIRTiW2eR6q3wu_g2s3VTQtrHYauoDeNF1YklQpHo,11089
|
|
3
3
|
firecrawl/firecrawl.backup.py,sha256=v1FEN3jR4g5Aupg4xp6SLkuFvYMQuUKND2YELbYjE6c,200430
|
|
4
4
|
firecrawl/types.py,sha256=W9N2pqQuevEIIjYHN9rbDf31E-nwdCECqIn11Foz2T8,2836
|
|
@@ -43,7 +43,7 @@ firecrawl/__tests__/unit/v2/watcher/test_ws_watcher.py,sha256=87w47n0iOihtu4jTR4
|
|
|
43
43
|
firecrawl/v1/__init__.py,sha256=aP1oisPeZVGGZynvENc07JySMOZfv_4zAlxQ0ecMJXA,481
|
|
44
44
|
firecrawl/v1/client.py,sha256=sydurfEFTsXyowyaGryA1lkPxN_r9Nf6iQpM43OwJyM,201672
|
|
45
45
|
firecrawl/v2/__init__.py,sha256=Jc6a8tBjYG5OPkjDM5pl-notyys-7DEj7PLEfepv3fc,137
|
|
46
|
-
firecrawl/v2/client.py,sha256=
|
|
46
|
+
firecrawl/v2/client.py,sha256=_DZFZO1aWvODzznK0g2Svcd2-xxXgWGR0d9vniNlk1w,30621
|
|
47
47
|
firecrawl/v2/client_async.py,sha256=zwxHis1bSh0tSF1480ze-4XDQEDJ5yDur1ZqtL94dwc,10127
|
|
48
48
|
firecrawl/v2/types.py,sha256=rBdTaTQmb1SmdR8O0GvA_gCfBG-QCtBOrMsFgA9Usms,22114
|
|
49
49
|
firecrawl/v2/watcher.py,sha256=FOU71tqSKxgeuGycu4ye0SLc2dw7clIcoQjPsi-4Csc,14229
|
|
@@ -72,8 +72,8 @@ firecrawl/v2/utils/normalize.py,sha256=nlTU6QRghT1YKZzNZlIQj4STSRuSUGrS9cCErZIcY
|
|
|
72
72
|
firecrawl/v2/utils/validation.py,sha256=L8by7z-t6GuMGIYkK7il1BM8d-4_-sAdG9hDMF_LeG4,14518
|
|
73
73
|
tests/test_change_tracking.py,sha256=_IJ5ShLcoj2fHDBaw-nE4I4lHdmDB617ocK_XMHhXps,4177
|
|
74
74
|
tests/test_timeout_conversion.py,sha256=PWlIEMASQNhu4cp1OW_ebklnE9NCiigPnEFCtI5N3w0,3996
|
|
75
|
-
firecrawl-3.3.
|
|
76
|
-
firecrawl-3.3.
|
|
77
|
-
firecrawl-3.3.
|
|
78
|
-
firecrawl-3.3.
|
|
79
|
-
firecrawl-3.3.
|
|
75
|
+
firecrawl-3.3.2.dist-info/LICENSE,sha256=nPCunEDwjRGHlmjvsiDUyIWbkqqyj3Ej84ntnh0g0zA,1084
|
|
76
|
+
firecrawl-3.3.2.dist-info/METADATA,sha256=rARO6Cg0dIX46x3MEerpa6ymhnviGgrJDe7mGyZV1Jw,7313
|
|
77
|
+
firecrawl-3.3.2.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
78
|
+
firecrawl-3.3.2.dist-info/top_level.txt,sha256=8T3jOaSN5mtLghO-R3MQ8KO290gIX8hmfxQmglBPdLE,16
|
|
79
|
+
firecrawl-3.3.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|