Essence\Provider::_extract PHP Method

_extract() abstract protected method

Does the actual fetching of informations.
abstract protected _extract ( string $url, array $options ) : Media
$url string URL to fetch informations from.
$options array Custom options to be interpreted by the provider.
return Media Embed informations.
    protected abstract function _extract($url, array $options);