Essence\Provider::_extract PHP Méthode

_extract() abstract protected méthode

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.
Résultat Media Embed informations.
    protected abstract function _extract($url, array $options);