SproutCMS

This is the code documentation for the SproutCMS project

function requestYoutubePlaylist()

Request YouTube playlist data for given URL

Usage

array|bool VideoPlaylistWidget::requestYoutubePlaylist ( string $video_url );

Arguments

  1. string $video_url
    Playlist URL

Return value

  • array
    List of key-value pairs of [id, thumb_url, description, title]
  • bool
    False on error