We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d115969 commit 6102ec7Copy full SHA for 6102ec7
utils/youtube.go
@@ -111,9 +111,7 @@ func YoutubeDownload(id string) string {
111
videoUrl := *video.StreamingData.Formats[idx].URL
112
// get video extension and add it to the filename
113
extension := GetExtension(*video.StreamingData.Formats[idx].MIMEType)
114
- fmt.Println(extension)
115
Filename = Filename + extension
116
- fmt.Println(Filename)
117
118
DownloadVideo(videoUrl)
119
uploadedURL := UploadFile(Filename)
0 commit comments