Feat: download torrent / multiple file / select file

This commit is contained in:
HFO4
2020-02-05 15:11:34 +08:00
parent 3ed84ad5ec
commit 491e4de9de
12 changed files with 197 additions and 55 deletions

View File

@@ -501,6 +501,7 @@ func (client *Client) request(ctx context.Context, method string, url string, bo
)
if res.Err != nil {
// TODO 重试
return "", sysError(res.Err)
}