You are here

function emvideo_ustream_content_generate in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emvideo/providers/ustream.inc \emvideo_ustream_content_generate()

Implement hook_emvideo_PROVIDER_content_generate().

File

contrib/emvideo/providers/ustream.inc, line 231

Code

function emvideo_ustream_content_generate() {
  return array(
    'http://www.ustream.tv/recorded/1448530',
    'http://www.ustream.tv/recorded/1448057',
    'http://www.ustream.tv/recorded/1726952',
  );
}