docs: sync documentation with v1.1.0 protocol and CLI changes
This commit is contained in:
@@ -31,15 +31,15 @@ goget --recursive --accept "image/*,text/html" --url https://example.com/
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
HTML[Parse HTML page]:::accent1
|
||||
Extract["Extract all links\n(a, img, link, script)"]:::accent1
|
||||
FilterByDomain{"Domain match?"}:::accent7
|
||||
FilterByPattern{"Accept pattern\nmatch?"}:::accent7
|
||||
FilterByDepth{"Depth ≤ max?"}:::accent7
|
||||
FilterByParent{"No-parent\ncheck?"}:::accent7
|
||||
ExcludeFilter{"Not in exclude\nlist?"}:::accent7
|
||||
Enqueue["Add to download queue"]:::accent1
|
||||
Skip["Skip"]:::accent4
|
||||
HTML[Parse HTML page]
|
||||
Extract["Extract all links\n(a, img, link, script)"]
|
||||
FilterByDomain{"Domain match?"}
|
||||
FilterByPattern{"Accept pattern\nmatch?"}
|
||||
FilterByDepth{"Depth ≤ max?"}
|
||||
FilterByParent{"No-parent\ncheck?"}
|
||||
ExcludeFilter{"Not in exclude\nlist?"}
|
||||
Enqueue["Add to download queue"]
|
||||
Skip["Skip"]
|
||||
|
||||
HTML --> Extract --> FilterByDomain
|
||||
FilterByDomain -->|Yes| FilterByPattern
|
||||
@@ -53,10 +53,6 @@ flowchart TD
|
||||
FilterByParent -->|Fail| Skip
|
||||
ExcludeFilter -->|Pass| Enqueue
|
||||
ExcludeFilter -->|Fail| Skip
|
||||
|
||||
classDef accent1 fill:#22C55E,stroke:#16A34A,color:#fff
|
||||
classDef accent4 fill:#EF4444,stroke:#DC2626,color:#fff
|
||||
classDef accent7 fill:#64748B,stroke:#475569,color:#fff
|
||||
```
|
||||
|
||||
### Accept Patterns
|
||||
|
||||
Reference in New Issue
Block a user