Situation: User want to import Youtube playlist in a JQuery site using Youtube\'s JSON API.
Problem: Youtube only gives back first
You should be able to use the start-index parameter to call the next set of results from google. You could probably call your fetchPlaylist() method recursively while changing the start-index for each call until you've gotten all of them.
use .extend() to merge the results