docs: update the titles for all files

This commit is contained in:
Karim shoair
2026-02-15 02:35:39 +02:00
parent c3374bce41
commit 7b4523af8e
14 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
## Introduction
# Spiders architecture
!!! success "Prerequisites"
+2
View File
@@ -1,3 +1,5 @@
# Getting started
## Introduction
!!! success "Prerequisites"
+1 -1
View File
@@ -203,7 +203,7 @@ class MySpider(Spider):
yield {"title": response.css("title::text").get("")}
```
What happened above is that I left the blocking detection logic unchanged and made the spider mainly use requests until it gets blocked, then it switches to the stealthy browser.
What happened above is that I left the blocking detection logic unchanged and had the spider mainly use requests until it got blocked, then switch to the stealthy browser.
Putting it all together:
+1 -1
View File
@@ -1,4 +1,4 @@
## Introduction
# Requests & Responses
!!! success "Prerequisites"
+1 -1
View File
@@ -1,4 +1,4 @@
## Introduction
# Spiders sessions
!!! success "Prerequisites"