Index: video_filter.codecs.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/video_filter/video_filter.codecs.inc,v
retrieving revision 1.3.2.14
diff -u -p -r1.3.2.14 video_filter.codecs.inc
--- video_filter.codecs.inc	16 Aug 2009 11:07:13 -0000	1.3.2.14
+++ video_filter.codecs.inc	17 Aug 2009 18:42:10 -0000
@@ -19,7 +19,10 @@ function video_filter_codec_info() {
   $codecs['tangle'] = array(
     'name' => t('Tangle'),
     'callback' => 'video_filter_tangle',
-    'regexp' => '/tangle\.com\/view_video\.php\?viewkey=([a-z0-9]+)/',
+    'regexp' => array(
+                  '/tangle\.com\/view_video\.php\?viewkey=([a-z0-9]+)/',
+                  '/tangle\.com\/view_video\?viewkey=([a-z0-9]+)/',
+                ),
     'ratio' => 330 / 270,
   );
   $codecs['dailymotion'] = array(
