Essence\Provider\OEmbed::_extract PHP Method

_extract() protected method

{@inheritDoc}
protected _extract ( $url, array $options )
$options array
    protected function _extract($url, array $options)
    {
        $Config = $this->_config($url, $options);
        $response = $this->_Http->get($Config->endpoint());
        return new Media($this->_parse($response, $Config->format()));
    }