$OpenBSD: patch-t_private_video_id_t,v 1.1 2011/07/31 18:09:57 landry Exp $

- support for another url type
- youtu.be shortener support

--- t/private/video_id.t.orig	Tue Apr 19 17:34:24 2011
+++ t/private/video_id.t	Sat Jul 30 22:46:10 2011
@@ -73,5 +73,15 @@ test_video_id(
     'INsSU8Jnx-4',
 );
 
+test_video_id(
+    'http://www.youtube.com/watch#!v=fqNKwF18cq0',
+    'fqNKwF18cq0',
+);
+
+test_video_id(
+    'youtu.be/HyNh3AXegxw',
+    'HyNh3AXegxw',
+);
+
 done_testing;
 
