mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-04 03:33:46 +00:00 
			
		
		
		
	[ivi] Ask for pycryptodomex instead of pycryptodome
See discussion at 1bba88efc7 (r35982110)
			
			
This commit is contained in:
		
							parent
							
								
									f0f6a7e73f
								
							
						
					
					
						commit
						25d3f770e6
					
				@ -137,7 +137,7 @@ class IviIE(InfoExtractor):
 | 
			
		||||
                    continue
 | 
			
		||||
                elif not pycryptodomex_found:
 | 
			
		||||
                    raise ExtractorError(
 | 
			
		||||
                        'pycryptodome not found. Please install it.',
 | 
			
		||||
                        'pycryptodomex not found. Please install it.',
 | 
			
		||||
                        expected=True)
 | 
			
		||||
                elif message:
 | 
			
		||||
                    extractor_msg += ': ' + message
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user