Index: video_filter.codecs.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/video_filter/video_filter.codecs.inc,v
retrieving revision 1.3.2.22
diff -u -r1.3.2.22 video_filter.codecs.inc
--- video_filter.codecs.inc	17 Jan 2010 12:16:29 -0000	1.3.2.22
+++ video_filter.codecs.inc	14 Mar 2010 01:14:14 -0000
@@ -31,9 +31,9 @@
   );
   $codecs['dailymotion'] = array(
     'name' => t('DailyMotion'),
-    'sample_url' => 'http://www.dailymotion.com/xxxxx_some_title',
+    'sample_url' => 'http://www.dailymotion.com/video/some_video_title',
     'callback' => 'video_filter_dailymotion',
-    'regexp' => '/dailymotion\.com\/.*video\/([a-z0-9]+)/i',
+    'regexp' => '/dailymotion\.com\/video\/([a-z0-9\-_]+)/i',
     'ratio' => 4 / 3,
     'control_bar_height' => 20,
   );

