Index: wp-includes/class-oembed.php
===================================================================
--- wp-includes/class-oembed.php	(revision 22356)
+++ wp-includes/class-oembed.php	(working copy)
@@ -51,6 +51,7 @@
  			'#https?://(www\.)?soundcloud\.com/.*#i'             => array( 'http://soundcloud.com/oembed',                      true  ),
 			'#https?://(www\.)?slideshare.net/*#'                => array( 'http://www.slideshare.net/api/oembed/2',            true  ),
 			'#http://instagr(\.am|am\.com)/p/.*#i'               => array( 'http://api.instagram.com/oembed',                   true  ),
+			'#http://(www\.)?videojug.com/(film|interview)/.*#i' => array( 'http://www.videojug.com/oembed.{format}', true ),
 		) );
 
 		// Fix any embeds that contain new lines in the middle of the HTML which breaks wpautop().
