Index: wp-includes/class-oembed.php
===================================================================
--- wp-includes/class-oembed.php	(revision 17497)
+++ wp-includes/class-oembed.php	(working copy)
@@ -54,6 +54,8 @@
 			'http://wordpress.tv/*'                         => array( 'http://wordpress.tv/oembed/',              false ),
 			'#http://(answers|surveys)\.polldaddy.com/.*#i' => array( 'http://polldaddy.com/oembed/',             true  ),
 			'#http://(www\.)?funnyordie\.com/videos/.*#i'   => array( 'http://www.funnyordie.com/oembed',         true  ),
+			'#http://(www\.)?putpat\.tv/video/.*#i'         => array( 'http://www.putpat.tv/oembed',              true  ),
+			'http://putp.at/*'                              => array( 'http://www.putpat.tv/oembed',              false )
 		) );
 
 		// Fix any embeds that contain new lines in the middle of the HTML which breaks wpautop().
@@ -299,4 +301,4 @@
 	return $wp_oembed;
 }
 
-?>
\ No newline at end of file
+?>
