mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-04 03:33:46 +00:00 
			
		
		
		
	[allocine] Use xpath_element
This commit is contained in:
		
							parent
							
								
									566bda51f2
								
							
						
					
					
						commit
						dc4fe5c6d7
					
				@ -9,6 +9,7 @@ from ..compat import compat_str
 | 
			
		||||
from ..utils import (
 | 
			
		||||
    qualities,
 | 
			
		||||
    unescapeHTML,
 | 
			
		||||
    xpath_element,
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -71,7 +72,7 @@ class AllocineIE(InfoExtractor):
 | 
			
		||||
 | 
			
		||||
        xml = self._download_xml('http://www.allocine.fr/ws/AcVisiondataV4.ashx?media=%s' % video_id, display_id)
 | 
			
		||||
 | 
			
		||||
        video = xml.find('./AcVisionVideo').attrib
 | 
			
		||||
        video = xpath_element(xml, './/AcVisionVideo').attrib
 | 
			
		||||
        quality = qualities(['ld', 'md', 'hd'])
 | 
			
		||||
 | 
			
		||||
        formats = []
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user