--- contrib/video_cck/providers/zzz_custom_url.inc.bak	2009-03-04 13:35:43.000000000 +0700
+++ contrib/video_cck/providers/zzz_custom_url.inc	2009-03-04 13:35:53.000000000 +0700
@@ -48,7 +48,7 @@
 
 function video_cck_zzz_custom_url_extract($embed = '') {
   $types = _video_cck_zzz_custom_url_implode_types();
-  if (preg_match('@\ .('. $types .')@i', $embed, $matches)) {
+  if (preg_match('@\.('. $types .')@i', $embed, $matches)) {
     return $embed;
   }
   return false;
