firecrawl 1.10.0__py3-none-any.whl → 1.10.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/firecrawl.py +7 -1
- {firecrawl-1.10.0.dist-info → firecrawl-1.10.2.dist-info}/METADATA +1 -1
- firecrawl-1.10.2.dist-info/RECORD +11 -0
- firecrawl-1.10.0.dist-info/RECORD +0 -11
- {firecrawl-1.10.0.dist-info → firecrawl-1.10.2.dist-info}/LICENSE +0 -0
- {firecrawl-1.10.0.dist-info → firecrawl-1.10.2.dist-info}/WHEEL +0 -0
- {firecrawl-1.10.0.dist-info → firecrawl-1.10.2.dist-info}/top_level.txt +0 -0
firecrawl/__init__.py
CHANGED
firecrawl/firecrawl.py
CHANGED
|
@@ -51,6 +51,11 @@ class FirecrawlApp:
|
|
|
51
51
|
schema_: Optional[Any] = pydantic.Field(None, alias='schema')
|
|
52
52
|
system_prompt: Optional[str] = None
|
|
53
53
|
allow_external_links: Optional[bool] = False
|
|
54
|
+
enable_web_search: Optional[bool] = False
|
|
55
|
+
# Just for backwards compatibility
|
|
56
|
+
enableWebSearch: Optional[bool] = False
|
|
57
|
+
|
|
58
|
+
|
|
54
59
|
|
|
55
60
|
class ExtractResponse(pydantic.BaseModel):
|
|
56
61
|
"""
|
|
@@ -624,7 +629,8 @@ class FirecrawlApp:
|
|
|
624
629
|
jsonData = {'urls': urls, **params}
|
|
625
630
|
request_data = {
|
|
626
631
|
**jsonData,
|
|
627
|
-
'allowExternalLinks': params.get('allow_external_links', False),
|
|
632
|
+
'allowExternalLinks': params.get('allow_external_links', params.get('allowExternalLinks', False)),
|
|
633
|
+
'enableWebSearch': params.get('enable_web_search', params.get('enableWebSearch', False)),
|
|
628
634
|
'schema': schema,
|
|
629
635
|
'origin': 'api-sdk'
|
|
630
636
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
firecrawl/__init__.py,sha256=YBop3GcNu8LmtcYFKb0TMTscaqDaiA89uURNOuI_Zcc,2544
|
|
2
|
+
firecrawl/firecrawl.py,sha256=KFuFSBlPtrjw6pqQd3wGL2hglGQrXr692EAk75pHpqc,40772
|
|
3
|
+
firecrawl/__tests__/e2e_withAuth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
firecrawl/__tests__/e2e_withAuth/test.py,sha256=6OawnVF4IPeGyXg_Izi3t8U7MyT90roaJBJIG5UfllM,7935
|
|
5
|
+
firecrawl/__tests__/v1/e2e_withAuth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
+
firecrawl/__tests__/v1/e2e_withAuth/test.py,sha256=tL5kJJ4el37Wc-Z2TRSuSWwWG2M40h3VPxHYuWijD00,19888
|
|
7
|
+
firecrawl-1.10.2.dist-info/LICENSE,sha256=nPCunEDwjRGHlmjvsiDUyIWbkqqyj3Ej84ntnh0g0zA,1084
|
|
8
|
+
firecrawl-1.10.2.dist-info/METADATA,sha256=MDf3RYbVv5Zn4hWgBldCCG4VRBZsko987ues89lrnWo,10632
|
|
9
|
+
firecrawl-1.10.2.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
10
|
+
firecrawl-1.10.2.dist-info/top_level.txt,sha256=jTvz79zWhiyAezfmmHe4FQ-hR60C59UU5FrjMjijLu8,10
|
|
11
|
+
firecrawl-1.10.2.dist-info/RECORD,,
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
firecrawl/__init__.py,sha256=jO4L4KZKDbIL-Gef19zkY5xiEFYxuZUBCxM4B-TGaBI,2544
|
|
2
|
-
firecrawl/firecrawl.py,sha256=WpIBgsUTq8KWaZeaiJJnCjEh48-ObOlOOfXBRie1Quc,40493
|
|
3
|
-
firecrawl/__tests__/e2e_withAuth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
firecrawl/__tests__/e2e_withAuth/test.py,sha256=6OawnVF4IPeGyXg_Izi3t8U7MyT90roaJBJIG5UfllM,7935
|
|
5
|
-
firecrawl/__tests__/v1/e2e_withAuth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
-
firecrawl/__tests__/v1/e2e_withAuth/test.py,sha256=tL5kJJ4el37Wc-Z2TRSuSWwWG2M40h3VPxHYuWijD00,19888
|
|
7
|
-
firecrawl-1.10.0.dist-info/LICENSE,sha256=nPCunEDwjRGHlmjvsiDUyIWbkqqyj3Ej84ntnh0g0zA,1084
|
|
8
|
-
firecrawl-1.10.0.dist-info/METADATA,sha256=uYVHavePTK87Zo8Haw90Afdpkm4nkFGW5L4SuSP6u9I,10632
|
|
9
|
-
firecrawl-1.10.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
10
|
-
firecrawl-1.10.0.dist-info/top_level.txt,sha256=jTvz79zWhiyAezfmmHe4FQ-hR60C59UU5FrjMjijLu8,10
|
|
11
|
-
firecrawl-1.10.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|