chore: Update fetch URL to use HTTPS

This commit is contained in:
Unclecode
2024-06-22 16:37:21 +00:00
parent c8a10dc455
commit b951d34ed0
2 changed files with 2 additions and 2 deletions

View File

@@ -155,7 +155,7 @@
screenshot: screenshot screenshot: screenshot
}; };
fetch('/crawl', { fetch('https://crawl4ai.com/crawl', {
method: 'POST', method: 'POST',
headers: { headers: {
'Content-Type': 'application/json' 'Content-Type': 'application/json'

View File

@@ -1,4 +1,4 @@
# Crawl4AI Documentation # Crawl4AI v0.2.6
Welcome to the official documentation for Crawl4AI! 🕷️🤖 Crawl4AI is an open-source Python library designed to simplify web crawling and extract useful information from web pages. This documentation will guide you through the features, usage, and customization of Crawl4AI. Welcome to the official documentation for Crawl4AI! 🕷️🤖 Crawl4AI is an open-source Python library designed to simplify web crawling and extract useful information from web pages. This documentation will guide you through the features, usage, and customization of Crawl4AI.