Added dot for output filename

This commit is contained in:
MichaelOultram 2015-09-25 17:48:04 +01:00
parent 8b07d526eb
commit 4f14cfdd0f

View file

@ -159,7 +159,7 @@ func (dl *YouTubeSong) ID() string {
// Filename returns the filename of the Song. // Filename returns the filename of the Song.
func (dl *YouTubeSong) Filename() string { func (dl *YouTubeSong) Filename() string {
return dl.id + dl.format return dl.id + "." + dl.format
} }
// Duration returns the duration of the Song. // Duration returns the duration of the Song.