Added dot for output filename
This commit is contained in:
parent
8b07d526eb
commit
4f14cfdd0f
|
@ -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.
|
||||||
|
|
Reference in a new issue