mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-03 08:35:32 +00:00
[docs,build] Change all pycryptodome references to pycryptodomex
This commit is contained in:
@ -141,7 +141,7 @@ class IviIE(InfoExtractor):
|
||||
elif site == 353:
|
||||
continue
|
||||
elif not pycryptodome_found:
|
||||
raise ExtractorError('pycryptodome not found. Please install', expected=True)
|
||||
raise ExtractorError('pycryptodomex not found. Please install', expected=True)
|
||||
elif message:
|
||||
extractor_msg += ': ' + message
|
||||
raise ExtractorError(extractor_msg % video_id, expected=True)
|
||||
|
Reference in New Issue
Block a user