Skip to content

Instantly share code, notes, and snippets.

@samsargent
Created December 10, 2012 05:48
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 samsargent/4248667 to your computer and use it in GitHub Desktop.
Save samsargent/4248667 to your computer and use it in GitHub Desktop.
Loading Users Youtube Videos
$.getJSON("http://gdata.youtube.com/feeds/api/users/{{username}}/uploads?v=2&alt=jsonc&max-results=30", function (data) {
//profit??
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment