Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save productioncoder/a834b16ca60e4e8ac8e60e5a9bc8f504 to your computer and use it in GitHub Desktop.
Save productioncoder/a834b16ca60e4e8ac8e60e5a9bc8f504 to your computer and use it in GitHub Desktop.
Youtube video details are stored in the byId object inside videos
{
"api": {
"libraryLoaded": false
},
"videos": {
"byId": {
"FLqvTE1Eqfg": {
"kind": "youtube#video",
"etag": "\"XI7nbFXulYBIpL0ayR_gDh3eu1k/rzYqHJdz-a40clbPa3V5RJul7XU\"",
"description": "here is the description we just loaded",
"...": "..."
},
"mostPopular": {
"items": ["FLqvTE1Eqfg", "..."],
"totalResults": 200,
"nextPageToken": "some-cryptic-token"
},
"categories": {
"1": "Film & Animation",
"2": "Music"
},
"byCategory": {
"1": {
"totalResults": 200,
"items": ["..."],
"nextPageToken": "some-cryptic-token"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment