Finish the download archive feature.

This commit is contained in:
zicla
2019-05-01 19:53:20 +08:00
parent adf4b9ea5a
commit 5dd0fec953
26 changed files with 492 additions and 255 deletions

View File

@ -188,7 +188,7 @@ func (this *TankApplication) HandleMirror() {
}
response, err := http.PostForm(urlString, params)
util.PanicError(err)
core.PanicError(err)
bodyBytes, err := ioutil.ReadAll(response.Body)
@ -235,7 +235,7 @@ func (this *TankApplication) HandleCrawl() {
}
response, err := http.PostForm(urlString, params)
util.PanicError(err)
core.PanicError(err)
bodyBytes, err := ioutil.ReadAll(response.Body)