mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 08:54:19 +00:00
Refs #7 - Remove invalidated API key.
This commit is contained in:
parent
aa0f486faa
commit
96127cffb2
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue