[docs,build] Change all pycryptodome references to pycryptodomex
This commit is contained in:
parent
8472674399
commit
49e7e9c3ce
6 changed files with 23 additions and 13 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue