Refs #7 - Remove invalidated API key.

This commit is contained in:
Chigozirim Igweamaka 2024-08-01 21:11:48 +01:00 committed by GitHub
parent aa0f486faa
commit 96127cffb2

View file

@ -18,7 +18,7 @@ import (
"google.golang.org/api/youtube/v3"
)
const developerKey = "AIzaSyC3nBFKqudeMItXnYKEeOUryLKhXnqBL7M"
const developerKey = ""
// https://github.com/BharatKalluri/spotifydl/blob/v0.1.0/src/youtube.go
func getYoutubeIdWithAPI(spTrack Track) (string, error) {