mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-17 04:43:02 +00:00
add 酷狗音乐, 酷我音乐, 网易云音乐, QQ音乐
This commit is contained in:
@@ -28,10 +28,6 @@ public class URLParamUtil {
|
||||
if (params.contains("url")) {
|
||||
String encodedUrl = params.get("url");
|
||||
url = handleTruncatedUrl(encodedUrl, params);
|
||||
if (url.endsWith(".html")) {
|
||||
// 123云盘的后缀处理
|
||||
url = url.replace(".html", "");
|
||||
}
|
||||
}
|
||||
return url;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user