芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/network.digitalhubbd.com/fns/url_metadata/YouTube.php
]+src="([^"]+)"/i'; $yt_embed_code = $link_meta_data['html']; if (preg_match($yt_pattern, $yt_embed_code, $yt_matches)) { if (isset($yt_matches[1])) { $yt_matches = $yt_matches[1]; if (filter_var($yt_matches, FILTER_VALIDATE_URL) !== false) { $result['url'] = $yt_matches; } } } }