You are here

function video_cck_guba_request in Embedded Media Field 5

File

contrib/video_cck/providers/guba.inc, line 48

Code

function video_cck_guba_request($method, $args = array(), $cached = TRUE) {

  //$args = array('docid' => $embed);
  return module_invoke('emfield', 'request_xml', 'guba', "http://www.guba.com/rest/video/" . $method . "/details", $args, $cacheable);
}