jet2k

Results 2 comments of jet2k

I have a key etc, what exactly did you replace in the original js brownsugar to pull the new data? I replaced the URL etc https://www.googleapis.com/youtube/v3/videos?id=' + id + '&key=

ahh fantastic my api url was a bit different, but most of all I had ``` text(data.items[0].snippet.title.$t); ``` thanks again, works now!