替换BT下载器
This commit is contained in:
@@ -32,7 +32,7 @@ public class BTDownload extends Model {
|
||||
if(msg.startsWith("magnet:?xt=")){
|
||||
String builder = "已添加下载磁链" ;
|
||||
QQBotManager.getInstance().sendMessage(qq, builder);
|
||||
String exec = String.format("transmission-remote -n yutou:34864394 -w %sdownload_tmp/%s -a \"%s\" "
|
||||
String exec = String.format("qbittorrent-nox --save-path=%sdownload_tmp/%s \"%s\" "
|
||||
,DownloadHomePath
|
||||
, AppTools.getToDayTime()
|
||||
, msg
|
||||
|
||||
Reference in New Issue
Block a user