chore: Update fetch URL to use HTTPS
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user