mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2026-04-11 11:26:55 +00:00
Merge pull request #173 from qaiu/copilot/identify-yifang-cloud-new-format
feat: recognize new Fangcloud /share/ URL format
This commit is contained in:
@@ -121,7 +121,7 @@ public enum PanDomainTemplate {
|
|||||||
|
|
||||||
// https://v2.fangcloud.com/s/
|
// https://v2.fangcloud.com/s/
|
||||||
FC("亿方云",
|
FC("亿方云",
|
||||||
compile("https://v2\\.fangcloud\\.(com|cn)/(s|sharing)/(?<KEY>.+)"),
|
compile("https://v2\\.fangcloud\\.(com|cn)/(s|share|sharing)/(?<KEY>.+)"),
|
||||||
"https://v2.fangcloud.com/s/{shareKey}",
|
"https://v2.fangcloud.com/s/{shareKey}",
|
||||||
"https://www.fangcloud.com/",
|
"https://www.fangcloud.com/",
|
||||||
FcTool.class),
|
FcTool.class),
|
||||||
|
|||||||
@@ -274,7 +274,7 @@
|
|||||||
name: '联想乐云'
|
name: '联想乐云'
|
||||||
},
|
},
|
||||||
fangcloud: {
|
fangcloud: {
|
||||||
reg: /https:\/\/v2\.fangcloud\.(com|cn)\/(s|sharing)\/.+/,
|
reg: /https:\/\/v2\.fangcloud\.(com|cn)\/(s|share|sharing)\/.+/,
|
||||||
host: /fangcloud\.(com|cn)/,
|
host: /fangcloud\.(com|cn)/,
|
||||||
name: '亿方云'
|
name: '亿方云'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user