Add comment on what’s needed to fix YouTube

This commit is contained in:
Sam Carlton 2023-02-11 16:32:46 -06:00
parent 500e8c3cfd
commit 91d36b7f0e

View file

@ -162,6 +162,8 @@ async function getYouTubeVideos ( options = {} ) {
export async function saveYouTubeVideos () { export async function saveYouTubeVideos () {
// We'll need to lean up this function to work with 10k API Requests
// before we can use it again
// const youtubeVideos = await getYouTubeVideos() // const youtubeVideos = await getYouTubeVideos()
// Locked previously sucessful YouTube API data for now // Locked previously sucessful YouTube API data for now