You are here

function scald_youtube_video in Scald YouTube 7

Analyze the youtube feed for a specific video.

3 calls to scald_youtube_video()
scald_youtube_parse_id in ./scald_youtube.module
Parse a YouTube ID and check validity.
scald_youtube_register in ./scald_youtube.module
Scald_youtube_register.
scald_youtube_scald_add_form_fill in ./scald_youtube.module
Implements hook_scald_add_form_fill().

File

./scald_youtube.module, line 489
Defines a YouTube provider for Scald.

Code

function scald_youtube_video($id) {
  $item = scald_youtube_feed($id);
  return $item;
}