Versions in this module Expand all Collapse all v0 v0.1.1 Dec 24, 2016 v0.1.0 Dec 24, 2016 Changes in this version + func SetHTTPClient(client *http.Client) + type Client struct + func New(opt *Options) (*Client, error) + func (c *Client) Download(list []string) int64 + type Options struct + MaxAttempts int64 + MaxConcurrents int64 + MaxErrorRequests int64 + Output string + Timeout time.Duration