mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 10:57:07 -05:00 
			
		
		
		
	[extractor/generic] Fix typo (closes #14902)
Don't pass video_id as mpd_id
This commit is contained in:
		@@ -2195,7 +2195,7 @@ class GenericIE(InfoExtractor):
 | 
			
		||||
                return self.playlist_result(self._parse_xspf(doc, video_id), video_id)
 | 
			
		||||
            elif re.match(r'(?i)^(?:{[^}]+})?MPD$', doc.tag):
 | 
			
		||||
                info_dict['formats'] = self._parse_mpd_formats(
 | 
			
		||||
                    doc, video_id,
 | 
			
		||||
                    doc,
 | 
			
		||||
                    mpd_base_url=compat_str(full_response.geturl()).rpartition('/')[0],
 | 
			
		||||
                    mpd_url=url)
 | 
			
		||||
                self._sort_formats(info_dict['formats'])
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user