Better tracking (Size and failure reason) #35
1 changed files with 1 additions and 2 deletions
|
@ -128,8 +128,7 @@ func (v *YoutubeVideo) download() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
defer downloadedFile.Close()
|
defer downloadedFile.Close()
|
||||||
|
return videoInfo.Download(videoInfo.Formats.Best(ytdl.FormatAudioEncodingKey)[1], downloadedFile)
|
||||||
return videoInfo.Download(videoInfo.Formats.Best(ytdl.FormatAudioEncodingKey)[0], downloadedFile)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (v *YoutubeVideo) videoDir() string {
|
func (v *YoutubeVideo) videoDir() string {
|
||||||
|
|
Loading…
Reference in a new issue