private function file_get_contents($fileurl)
 {
     $allow_curl = defined('OEMBED_USE_CURL') && OEMBED_USE_CURL && defined('CURLOPT_URL');
     return CurlFetcher::file_get_contents($fileurl, $allow_curl);
 }