You are here

function emvideo_dailymotion_content_generate in Embedded Media Field 6.3

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

Implement hook_emvideo_PROVIDER_content_generate().

File

contrib/emvideo/providers/dailymotion.inc, line 185
This include processes dailymotion media files for use by emfield.module.

Code

function emvideo_dailymotion_content_generate() {
  return array(
    'http://www.dailymotion.com/relevance/search/drupal/video/x4gfqu_introduction-to-drupal_tech',
    'http://www.dailymotion.com/relevance/search/drupal/video/x57pyj_drupal-6-hot-new-themes_tech',
    'http://www.dailymotion.com/relevance/search/drupal/video/x76hya_host-color-we-like-drupal_tech',
  );
}