function emvideo_guba_extract in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emvideo/providers/guba.inc \emvideo_guba_extract()
File
- contrib/
emvideo/ providers/ guba.inc, line 29 - Provide support for the Guba provider to the emfield.module.
Code
function emvideo_guba_extract($embed = '') {
return array(
'@http://www\\.guba\\.com/watch/([^"\\?]+)@i',
'@http://www\\.guba\\.com/f/root\\.swf\\?video_url=http://free\\.guba\\.com/uploaditem/([^"\\?/]*)@i',
);
}