firecrawl 1.10.0__tar.gz → 1.10.1__tar.gz
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.
- {firecrawl-1.10.0 → firecrawl-1.10.1}/PKG-INFO +1 -1
- {firecrawl-1.10.0 → firecrawl-1.10.1}/firecrawl/__init__.py +1 -1
- {firecrawl-1.10.0 → firecrawl-1.10.1}/firecrawl/firecrawl.py +2 -1
- {firecrawl-1.10.0 → firecrawl-1.10.1}/firecrawl.egg-info/PKG-INFO +1 -1
- {firecrawl-1.10.0 → firecrawl-1.10.1}/LICENSE +0 -0
- {firecrawl-1.10.0 → firecrawl-1.10.1}/README.md +0 -0
- {firecrawl-1.10.0 → firecrawl-1.10.1}/firecrawl/__tests__/e2e_withAuth/__init__.py +0 -0
- {firecrawl-1.10.0 → firecrawl-1.10.1}/firecrawl/__tests__/e2e_withAuth/test.py +0 -0
- {firecrawl-1.10.0 → firecrawl-1.10.1}/firecrawl/__tests__/v1/e2e_withAuth/__init__.py +0 -0
- {firecrawl-1.10.0 → firecrawl-1.10.1}/firecrawl/__tests__/v1/e2e_withAuth/test.py +0 -0
- {firecrawl-1.10.0 → firecrawl-1.10.1}/firecrawl.egg-info/SOURCES.txt +0 -0
- {firecrawl-1.10.0 → firecrawl-1.10.1}/firecrawl.egg-info/dependency_links.txt +0 -0
- {firecrawl-1.10.0 → firecrawl-1.10.1}/firecrawl.egg-info/requires.txt +0 -0
- {firecrawl-1.10.0 → firecrawl-1.10.1}/firecrawl.egg-info/top_level.txt +0 -0
- {firecrawl-1.10.0 → firecrawl-1.10.1}/pyproject.toml +0 -0
- {firecrawl-1.10.0 → firecrawl-1.10.1}/setup.cfg +0 -0
- {firecrawl-1.10.0 → firecrawl-1.10.1}/setup.py +0 -0
|
@@ -624,7 +624,8 @@ class FirecrawlApp:
|
|
|
624
624
|
jsonData = {'urls': urls, **params}
|
|
625
625
|
request_data = {
|
|
626
626
|
**jsonData,
|
|
627
|
-
'allowExternalLinks': params.get('allow_external_links', False),
|
|
627
|
+
'allowExternalLinks': params.get('allow_external_links', params.get('allowExternalLinks', False)),
|
|
628
|
+
'enableWebSearch': params.get('enable_web_search', params.get('enableWebSearch', False)),
|
|
628
629
|
'schema': schema,
|
|
629
630
|
'origin': 'api-sdk'
|
|
630
631
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|