Index: wp-includes/class-oembed.php
===================================================================
--- wp-includes/class-oembed.php	(revision 24408)
+++ wp-includes/class-oembed.php	(working copy)
@@ -56,6 +56,7 @@
 			'#https?://(www\.)?rdio\.com/.*#i'                   => array( 'http://www.rdio.com/api/oembed/',                   true  ),
 			'#https?://rd\.io/x/.*#i'                            => array( 'http://www.rdio.com/api/oembed/',                   true  ),
 			'#https?://(open|play)\.spotify\.com/.*#i'           => array( 'https://embed.spotify.com/oembed/',                 true  ),
+			'#https?://(www\.)?collegehumor\.com/video/.*#i'     => array( 'http://www.collegehumor.com/oembed.{format}',       true  ),				
 		) );
 
 		// Fix any embeds that contain new lines in the middle of the HTML which breaks wpautop().
