Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultName = "{{if .Show}}" +
"{{if .Season}}" +
"{{.Show}} - {{.Season}} {{.Episode}} - {{.Title}}" +
"{{else}}" +
"{{.Show}} - {{.Title}}" +
"{{end}}" +
"{{else}}" +
"{{if .Year}}" +
"{{.Title}} - {{.Year}}" +
"{{else}}" +
"{{.Title}}" +
"{{end}}" +
"{{end}}"
View Source
var DefaultTransport = http.DefaultTransport
Functions ¶
Types ¶
type ProgressMeter ¶
type ProgressMeter struct {
// contains filtered or unexported fields
}
func (*ProgressMeter) Set ¶
func (p *ProgressMeter) Set(parts int)
Click to show internal directories.
Click to hide internal directories.