function emvideo_dailymotion_content_generate in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 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',
);
}