diff --git a/README.md b/README.md index 7a2ee59..340c3dc 100644 --- a/README.md +++ b/README.md @@ -70,20 +70,9 @@ Debrid ("multi-hoster") services act as paid aggregation layers between you and ### How It Works
- -```mermaid -flowchart TD - A[User provides file link or torrent] --> B{File on supported host?} - B -->|Yes| C[Debrid service fetches file] - C --> D[File cached on high-speed servers] - D --> E{Stream or download?} - E -->|Stream| F[Direct streaming link provided] - E -->|Download| G[High-speed download link provided] - F --> H[Access file instantly] - G --> H - H --> I[File cached for 24-72 hours] -``` - +

+ Debrid flowchart +


> [!TIP] diff --git a/dist/images/flowchart.svg b/dist/images/flowchart.svg new file mode 100644 index 0000000..50de007 --- /dev/null +++ b/dist/images/flowchart.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + User provides file link or torrent + + + + + + + File on supported + host? + + + + Yes + + + + Debrid service fetches file + + + + + + + File cached on high-speed servers + + + + + + + Stream or + download? + + + + Stream + + + + Download + + + + Direct streaming link provided + + + + High-speed download link provided + + + + + + + + + + Access file instantly + + + + + + + File cached for 24-72 hours +