Skip to content

Commit 6102ec7

Browse files
committed
fix
1 parent d115969 commit 6102ec7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/youtube.go

-2
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@ func YoutubeDownload(id string) string {
111111
videoUrl := *video.StreamingData.Formats[idx].URL
112112
// get video extension and add it to the filename
113113
extension := GetExtension(*video.StreamingData.Formats[idx].MIMEType)
114-
fmt.Println(extension)
115114
Filename = Filename + extension
116-
fmt.Println(Filename)
117115

118116
DownloadVideo(videoUrl)
119117
uploadedURL := UploadFile(Filename)

0 commit comments

Comments
 (0)