Your IP : 216.73.216.59


Current Path : /home/quelfutuu/www/grice/plugins/auto/oembed/v3.5.1/oembed/input/
Upload File :
Current File : /home/quelfutuu/www/grice/plugins/auto/oembed/v3.5.1/oembed/input/pretraite_api_arte_tv.php

<?php

/**
 * Plugin oEmbed
 * Licence GPL3
 *
 */

if (!defined('_ECRIRE_INC_VERSION')) {
	return;
}

function oembed_input_pretraite_api_arte_tv_dist($data_url, $args) {

	if (preg_match(',(?:www\\.)?arte.tv/(\\w{2})/videos/([a-zA-Z0-9\\-]+)/.*?,', $args['url'], $regs)) {
		$data_url = $args['endpoint'] . $regs[1] . '/' . $regs[2];
	}

	return $data_url;
}