| 
					
				 | 
			
			
				@@ -204,7 +204,7 @@ class BrightcoveLegacyIE(InfoExtractor): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         #   // build Brightcove <object /> XML 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         # } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         m = re.search( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            r'''(?x)customBC.\createVideo\( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            r'''(?x)customBC\.createVideo\( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 .*?                                                  # skipping width and height 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ["\'](?P<playerID>\d+)["\']\s*,\s*                   # playerID 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ["\'](?P<playerKey>AQ[^"\']{48})[^"\']*["\']\s*,\s*  # playerKey begins with AQ and is 50 characters 
			 |