|  | @@ -44,6 +44,9 @@ class AllocineIE(InfoExtractor):
 | 
	
		
			
				|  |  |              'description': 'md5:71742e3a74b0d692c7fce0dd2017a4ac',
 | 
	
		
			
				|  |  |              'thumbnail': 're:http://.*\.jpg',
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  | +    }, {
 | 
	
		
			
				|  |  | +        'url': 'http://www.allocine.fr/video/video-19550147/',
 | 
	
		
			
				|  |  | +        'only_matching': True,
 | 
	
		
			
				|  |  |      }]
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      def _real_extract(self, url):
 |