mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:57:06 -05:00 
			
		
		
		
	[shahid] fix variable name
This commit is contained in:
		@@ -64,7 +64,7 @@ class ShahidIE(InfoExtractor):
 | 
			
		||||
        if 'url' in player_json_data:
 | 
			
		||||
            m3u8_url = player_json_data['url']
 | 
			
		||||
        else:
 | 
			
		||||
            for error in json_data['error'].values():
 | 
			
		||||
            for error in player_json_data['error'].values():
 | 
			
		||||
                raise ExtractorError(error)
 | 
			
		||||
            return
 | 
			
		||||
        formats = self._extract_m3u8_formats(m3u8_url, video_id)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user