下载器支持代理
This commit is contained in:
@@ -88,7 +88,7 @@ public class Bangumi extends Model {
|
||||
return;
|
||||
}
|
||||
for (String img : imgs) {
|
||||
File file = HttpTools.syncDownload(img.replace("http://", "https://"), key + ".jpg");
|
||||
File file = HttpTools.syncDownload(img.replace("http://", "https://"), key + ".jpg",false);
|
||||
files.add(file);
|
||||
send(imgs.size(), qq, text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user