示例#1
0
func downloadTrack(t track.Track, path string) error {
	return runDownloadCmd(path, t.URL())
}