Skip to content

Commit 5127c37

Browse files
committed
feat(drivers): add MediaFire driver support
- Add missing download method used Closes 请求支持Mediafire #7869
1 parent 71aa8c4 commit 5127c37

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/guide/drivers/mediafire.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,24 @@ Default is "/", because this driver roots to "myfiles", and then manages directo
9090
3. If you have AList running in a server or smartphone, you will likely do not have problems about the uggly session expiry, unless AList server get off.
9191

9292
<br/>
93+
94+
### **The default download method used**
95+
96+
```mermaid
97+
---
98+
title: Which download method is used by default?
99+
---
100+
flowchart TB
101+
style a1 fill:#bbf,stroke:#f66,stroke-width:2px,color:#fff
102+
style a2 fill:#ff7575,stroke:#333,stroke-width:4px
103+
subgraph ide1 [ ]
104+
a1
105+
end
106+
a1[302]:::someclass====|default|a2[user equipment]
107+
classDef someclass fill:#f96
108+
c1[local proxy]-.alternative.->a2[user equipment]
109+
b1[Download proxy URL]-.alternative.->a2[user equipment]
110+
click a1 "../drivers/common.html#webdav-policy"
111+
click b1 "../drivers/common.html#webdav-policy"
112+
click c1 "../drivers/common.html#webdav-policy"
113+
```

0 commit comments

Comments
 (0)