docs: fix mermaid subgraph id syntax
This commit is contained in:
parent
067dae1d78
commit
623dfb988c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 TranscriptSystem ["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