docs: fix mermaid chart syntax in README
This commit is contained in:
parent
eefc5120e6
commit
067dae1d78
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -17,11 +17,11 @@ KV-Tube removes distractions, tracking, and ads from the YouTube watching experi
|
|||
|
||||
```mermaid
|
||||
graph TD
|
||||
User[User Browser]
|
||||
Server[KV-Tube Server (Flask)]
|
||||
YTDLP[yt-dlp Core]
|
||||
YTFetcher[YTFetcher Lib]
|
||||
YouTube[YouTube V3 API / HTML]
|
||||
User["User Browser"]
|
||||
Server["KV-Tube Server (Flask)"]
|
||||
YTDLP["yt-dlp Core"]
|
||||
YTFetcher["YTFetcher Lib"]
|
||||
YouTube["YouTube V3 API / HTML"]
|
||||
|
||||
User -- "1. Search / Watch Request" --> Server
|
||||
Server -- "2. Extract Video Metadata" --> YTDLP
|
||||
|
|
@ -29,7 +29,7 @@ graph TD
|
|||
YouTube -- "4. Raw Video/Audio Streams" --> YTDLP
|
||||
YTDLP -- "5. Stream URL / Metadata" --> Server
|
||||
|
||||
subgraph Transcript System [Transcript System (Deferred)]
|
||||
subgraph Transcript System ["Transcript System (Deferred)"]
|
||||
Server -.-> YTFetcher
|
||||
YTFetcher -.-> YouTube
|
||||
YTFetcher -- "No Transcript (429)" -.-> Server
|
||||
|
|
|
|||
Loading…
Reference in a new issue