|
@@ -61,7 +61,7 @@ namespace molilian.core
|
|
|
pwd = string.Empty;
|
|
pwd = string.Empty;
|
|
|
|
|
|
|
|
string result = string.Empty;
|
|
string result = string.Empty;
|
|
|
- string linkPattern = @"(https://pan\.baidu\.com/s/[A-Za-z0-9?=]+)";
|
|
|
|
|
|
|
+ string linkPattern = @"(https://pan\.baidu\.com/s/[A-Za-z0-9?\-=]+)";
|
|
|
string codePattern = @"提取码:([A-Za-z0-9]{4})";
|
|
string codePattern = @"提取码:([A-Za-z0-9]{4})";
|
|
|
Regex linkRegex = new(linkPattern);
|
|
Regex linkRegex = new(linkPattern);
|
|
|
Regex codeRegex = new(codePattern);
|
|
Regex codeRegex = new(codePattern);
|