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
|
```mermaid
|
||||||
graph TD
|
graph TD
|
||||||
User[User Browser]
|
User["User Browser"]
|
||||||
Server[KV-Tube Server (Flask)]
|
Server["KV-Tube Server (Flask)"]
|
||||||
YTDLP[yt-dlp Core]
|
YTDLP["yt-dlp Core"]
|
||||||
YTFetcher[YTFetcher Lib]
|
YTFetcher["YTFetcher Lib"]
|
||||||
YouTube[YouTube V3 API / HTML]
|
YouTube["YouTube V3 API / HTML"]
|
||||||
|
|
||||||
User -- "1. Search / Watch Request" --> Server
|
User -- "1. Search / Watch Request" --> Server
|
||||||
Server -- "2. Extract Video Metadata" --> YTDLP
|
Server -- "2. Extract Video Metadata" --> YTDLP
|
||||||
|
|
@ -29,7 +29,7 @@ graph TD
|
||||||
YouTube -- "4. Raw Video/Audio Streams" --> YTDLP
|
YouTube -- "4. Raw Video/Audio Streams" --> YTDLP
|
||||||
YTDLP -- "5. Stream URL / Metadata" --> Server
|
YTDLP -- "5. Stream URL / Metadata" --> Server
|
||||||
|
|
||||||
subgraph Transcript System [Transcript System (Deferred)]
|
subgraph Transcript System ["Transcript System (Deferred)"]
|
||||||
Server -.-> YTFetcher
|
Server -.-> YTFetcher
|
||||||
YTFetcher -.-> YouTube
|
YTFetcher -.-> YouTube
|
||||||
YTFetcher -- "No Transcript (429)" -.-> Server
|
YTFetcher -- "No Transcript (429)" -.-> Server
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue