From 2d702fc2114f4e3da947d138a84b3a6aef28308c Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Sun, 30 Dec 2007 17:00:22 +0100 Subject: [PATCH] - Fix regex some more --- videosite/DailyMotionGrabber.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/videosite/DailyMotionGrabber.pm b/videosite/DailyMotionGrabber.pm index 286c876..12c76a0 100644 --- a/videosite/DailyMotionGrabber.pm +++ b/videosite/DailyMotionGrabber.pm @@ -14,7 +14,7 @@ sub new { my $self = $class->SUPER::new(); $self->{'NAME'} = 'dailymotion'; - $self->{'PATTERNS'} = ['(http://(?:[-a-zA-Z0-9_.]+\.)*.dailymotion.com/(?:[^/]+/)*video/([-a-zA-Z0-9_]+))']; + $self->{'PATTERNS'} = ['(http://(?:[-a-zA-Z0-9_.]+\.)*dailymotion.com/(?:[^/]+/)*video/([-a-zA-Z0-9_]+))']; bless($self, $class); -- 1.8.3.1