docs: Update 0.7.5 video walkthrough

This commit is contained in:
ntohidi
2025-10-14 13:49:57 +08:00
parent 8fc1747225
commit c91b235cb7
2 changed files with 60 additions and 60 deletions

View File

@@ -62,7 +62,33 @@
"source": [
"---\n",
"\n",
"## 🔒 Feature 1: HTTPS Preservation for Internal Links\n",
"## 🔧 Feature 1: Docker Hooks System (NEW! 🆕)\n",
"\n",
"### What is it?\n",
"v0.7.5 introduces a **completely new Docker Hooks System** that lets you inject custom Python functions at 8 key points in the crawling pipeline. This gives you full control over:\n",
"- Authentication setup\n",
"- Performance optimization\n",
"- Content processing\n",
"- Custom behavior at each stage\n",
"\n",
"### Three Ways to Use Docker Hooks\n",
"\n",
"The Docker Hooks System offers three approaches, all part of this new feature:\n",
"\n",
"1. **String-based hooks** - Write hooks as strings for REST API\n",
"2. **Using `hooks_to_string()` utility** - Convert Python functions to strings\n",
"3. **Docker Client auto-conversion** - Pass functions directly (most convenient)\n",
"\n",
"All three approaches are NEW in v0.7.5!"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"---\n",
"\n",
"## 🔒 Feature 2: HTTPS Preservation for Internal Links\n",
"\n",
"### Problem\n",
"When crawling HTTPS sites, internal links sometimes get downgraded to HTTP, breaking authentication and causing security warnings.\n",
@@ -416,7 +442,7 @@
"source": [
"---\n",
"\n",
"## 🤖 Feature 2: Enhanced LLM Integration\n",
"## 🤖 Feature 3: Enhanced LLM Integration\n",
"\n",
"### What's New\n",
"- Custom `temperature` parameter for creativity control\n",
@@ -979,32 +1005,6 @@
"await demo_enhanced_llm()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"---\n",
"\n",
"## 🔧 Feature 3: Docker Hooks System (NEW! 🆕)\n",
"\n",
"### What is it?\n",
"v0.7.5 introduces a **completely new Docker Hooks System** that lets you inject custom Python functions at 8 key points in the crawling pipeline. This gives you full control over:\n",
"- Authentication setup\n",
"- Performance optimization\n",
"- Content processing\n",
"- Custom behavior at each stage\n",
"\n",
"### Three Ways to Use Docker Hooks\n",
"\n",
"The Docker Hooks System offers three approaches, all part of this new feature:\n",
"\n",
"1. **String-based hooks** - Write hooks as strings for REST API\n",
"2. **Using `hooks_to_string()` utility** - Convert Python functions to strings\n",
"3. **Docker Client auto-conversion** - Pass functions directly (most convenient)\n",
"\n",
"All three approaches are NEW in v0.7.5!"
]
},
{
"cell_type": "markdown",
"metadata": {},