Skip to content

Commit

Permalink
Removes useless $patterns key
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Morand committed Jul 4, 2018
1 parent 23a47dd commit c5353ef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions oui_viddsee.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/', '?', '&');
Expand Down

0 comments on commit c5353ef

Please sign in to comment.