From 3144e11cf9c89cf8e5626e00ba79c24739b898b0 Mon Sep 17 00:00:00 2001 From: Jano Slota Date: Sat, 2 Aug 2014 15:07:31 +0200 Subject: [PATCH] Minor fixes for embed htmls --- inc/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/config.php b/inc/config.php index 2e93b347..9c8d0095 100644 --- a/inc/config.php +++ b/inc/config.php @@ -958,7 +958,7 @@ $config['embedding'] = array( array( '/^https?:\/\/(\w+\.)?youtube\.com\/watch\?v=([a-zA-Z0-9\-_]{10,11})(&.+)?$/i', - '' + '' ), array( '/^https?:\/\/(\w+\.)?vimeo\.com\/(\d{2,10})(\?.+)?$/i', @@ -966,7 +966,7 @@ ), array( '/^https?:\/\/(\w+\.)?dailymotion\.com\/video\/([a-zA-Z0-9]{2,10})(_.+)?$/i', - '' + '' ), array( '/^https?:\/\/(\w+\.)?metacafe\.com\/watch\/(\d+)\/([a-zA-Z0-9_\-.]+)\/(\?.+)?$/i', @@ -978,7 +978,7 @@ ), array( '/^https?:\/\/(\w+\.)?vocaroo\.com\/i\/([a-zA-Z0-9]{2,15})$/i', - '' + '' ) );