From 296e36e92afaab092b7fd5c00dbb02dac14fd3e2 Mon Sep 17 00:00:00 2001 From: fynks <75840152+fynks@users.noreply.github.com> Date: Sat, 8 Nov 2025 16:58:25 +0500 Subject: [PATCH] feat(README): replace flowchart code block with SVG image for better visualization --- README.md | 17 ++----- dist/images/flowchart.svg | 99 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 102 insertions(+), 14 deletions(-) create mode 100644 dist/images/flowchart.svg 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 +