diff --git a/oui_viddsee.php b/oui_viddsee.php index 8c822f3..8eb4d32 100644 --- a/oui_viddsee.php +++ b/oui_viddsee.php @@ -36,10 +36,8 @@ class Viddsee extends Provider { protected static $patterns = array( - 'video' => array( - 'scheme' => '#^(http|https)://(www\.)?(viddsee\.com/(video|player)/)(\S+/)?([^&?/]+)$#i', - 'id' => '6', - ), + 'scheme' => '#^(http|https)://(www\.)?(viddsee\.com/(video|player)/)(\S+/)?([^&?/]+)$#i', + 'id' => '6', ); protected static $src = '//www.viddsee.com/'; protected static $glue = array('player/', '?', '&');