mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:27:06 -05:00 
			
		
		
		
	[arte.tv] Fix typo
This commit is contained in:
		@@ -37,7 +37,7 @@ class ArteTvIE(InfoExtractor):
 | 
			
		||||
            config_xml_url, video_id, note='Downloading configuration')
 | 
			
		||||
 | 
			
		||||
        formats = [{
 | 
			
		||||
            'forma_id': q.attrib['quality'],
 | 
			
		||||
            'format_id': q.attrib['quality'],
 | 
			
		||||
            # The playpath starts at 'mp4:', if we don't manually
 | 
			
		||||
            # split the url, rtmpdump will incorrectly parse them
 | 
			
		||||
            'url': q.text.split('mp4:', 1)[0],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user