So, here\'s my code for getting a youtube user\'s public playlists:
function getyoutubeplaylists($userName) { $yt = connectyoutube(); $yt->setMajorProtoco
This is a useful Zend function for retrieving not only the next page but all available entries for a feed.
$playlistListFeed = $yt->retrieveAllEntriesForFeed($yt->getPlaylistListFeed($userName));